Shades of Sulu #DAFE82
Tints of Sulu #DAFE82
RGB
CMYK
RGB Variations
Color information
#DAFE82 (or 0xDAFE82) is known color: Sulu. HEX triplet: DA, FE and 82. RGB value is (218,254,130). Sum of RGB (Red+Green+Blue) = 218+254+130=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE82 is #25017D. Grayscale: #E5E5E5. Windows color (decimal): -2425214 or 8584922. OLE color: 8584922.
HSL color Cylindrical-coordinate representation of color #DAFE82: hue angle of 77.42º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAFE82 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 130 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.00 |
| HSL | 77.42º | 0.98% | 0.75% | - |
| HSV(B) | 77.42º | 0.49% | 1% | - |
| XYZ | 68.38 | 87.4 | 34.38 | - |
| YUV | 229.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 130 | 0.14 | 0 | 0.49 | 0.00 | 77.42 | 0.98 | 0.75 |
| Hex | DA | FE | 82 | E | 0 | 31 | 0 | 4D | 62 | 4B |
| Octal | 332 | 376 | 202 | 16 | 0 | 61 | 0 | 115 | 142 | 113 |
| Binary | 11011010 | 11111110 | 10000010 | 1110 | 0 | 110001 | 0 | 1001101 | 1100010 | 1001011 |
Color Harmonies of #DAFE82
Complementary color
Monochromatic Colors of #DAFE82
Black with #DAFE82
Text Example
Text Example
White with #DAFE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE82; }
p { color: rgb(218,254,130); }
H1.HeaderClassName
{
color: #DAFE82;
}
.AnyTagClassName
{
color: #DAFE82;
}
</style>
background-color css
<style>
a { background-color: #DAFE82; }
a { background-color: rgb(218,254,130); }
div.DivClassName
{
background-color: #DAFE82;
}
.BgClassName
{
background-color: #DAFE82;
}
</style>
border-color css
<style>
span { border-color: #DAFE82; }
span { border-color: rgb(218,254,130); }
td.TdClassName
{
border-color: #DAFE82;
}
.TagClassName
{
border-color: #DAFE82;
}
</style>