#DAF086

Color #DAF086 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #DAF086

Tints of Sulu #DAF086

Color information

#DAF086 (or 0xDAF086) is unknown color: approx Sulu. HEX triplet: DA, F0 and 86. RGB value is (218,240,134). Sum of RGB (Red+Green+Blue) = 218+240+134=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 134 (52.73% from 255 or 22.64% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF086 is #250F79. Grayscale: #DDDDDD. Windows color (decimal): -2428794 or 8843482. OLE color: 8843482.

HSL color Cylindrical-coordinate representation of color #DAF086: hue angle of 72.45º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF086 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB218240134-
CMYK0.0900.440.06
HSL72.45º77.94%73.33%-
HSV(B)72.45º44.17%94.12%-
XYZ64.3878.9534.4-
YUV221.3478.71125.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 240 (94.14% from 255) = 40.54%
BLUE value IS 134 (52.73% from 255) = 22.64%
R=36.82%
G=40.54%
B=22.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401340.0900.440.0672.4577.9473.33
HexDAF086902C6484e49
Octal332360206110546110116111
Binary11011010111100001000011010010101100110100100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF086; }

 p { color: rgb(218,240,134); }

 H1.HeaderClassName
 {
   color: #DAF086;
 }
 .AnyTagClassName
 {
   color: #DAF086;
 }
</style>
background-color css

<style>
 a { background-color: #DAF086; }

 a { background-color: rgb(218,240,134); }

 div.DivClassName
 {
   background-color: #DAF086;
 }
 .BgClassName
 {
   background-color: #DAF086;
 }
</style>
border-color css

<style>
 span { border-color: #DAF086; }

 span { border-color: rgb(218,240,134); }

 td.TdClassName
 {
   border-color: #DAF086;
 }
 .TagClassName
 {
   border-color: #DAF086;
 }
</style>