#DAFB86

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

Shades of Sulu #DAFB86

Tints of Sulu #DAFB86

Color information

#DAFB86 (or 0xDAFB86) is unknown color: approx Sulu. HEX triplet: DA, FB and 86. RGB value is (218,251,134). Sum of RGB (Red+Green+Blue) = 218+251+134=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 134 (52.73% from 255 or 22.22% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB86 is #250479. Grayscale: #E4E4E4. Windows color (decimal): -2425978 or 8846298. OLE color: 8846298.

HSL color Cylindrical-coordinate representation of color #DAFB86: hue angle of 76.92º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAFB86 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB218251134-
CMYK0.1300.470.02
HSL76.92º93.6%75.49%-
HSV(B)76.92º46.61%98.43%-
XYZ67.7185.6235.51-
YUV227.875.07121.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 251 (98.44% from 255) = 41.63%
BLUE value IS 134 (52.73% from 255) = 22.22%
R=36.15%
G=41.63%
B=22.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182511340.1300.470.0276.9293.675.49
HexDAFB86D02F24d5e4b
Octal332373206150572115136113
Binary1101101011111011100001101101010111110100110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFB86; }

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

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

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

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

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

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

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

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