Shades of Sulu #D4FE82
Tints of Sulu #D4FE82
RGB
CMYK
RGB Variations
Color information
#D4FE82 (or 0xD4FE82) is known color: Sulu. HEX triplet: D4, FE and 82. RGB value is (212,254,130). Sum of RGB (Red+Green+Blue) = 212+254+130=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FE82 is #2B017D. Grayscale: #E3E3E3. Windows color (decimal): -2818430 or 8584916. OLE color: 8584916.
HSL color Cylindrical-coordinate representation of color #D4FE82: hue angle of 80.32º 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 #D4FE82 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 130 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.00 |
| HSL | 80.32º | 0.98% | 0.75% | - |
| HSV(B) | 80.32º | 0.49% | 1% | - |
| XYZ | 66.62 | 86.49 | 34.3 | - |
| YUV | 227.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 130 | 0.17 | 0 | 0.49 | 0.00 | 80.32 | 0.98 | 0.75 |
| Hex | D4 | FE | 82 | 11 | 0 | 31 | 0 | 50 | 62 | 4B |
| Octal | 324 | 376 | 202 | 21 | 0 | 61 | 0 | 120 | 142 | 113 |
| Binary | 11010100 | 11111110 | 10000010 | 10001 | 0 | 110001 | 0 | 1010000 | 1100010 | 1001011 |
Color Harmonies of #D4FE82
Complementary color
Monochromatic Colors of #D4FE82
Black with #D4FE82
Text Example
Text Example
White with #D4FE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FE82; }
p { color: rgb(212,254,130); }
H1.HeaderClassName
{
color: #D4FE82;
}
.AnyTagClassName
{
color: #D4FE82;
}
</style>
background-color css
<style>
a { background-color: #D4FE82; }
a { background-color: rgb(212,254,130); }
div.DivClassName
{
background-color: #D4FE82;
}
.BgClassName
{
background-color: #D4FE82;
}
</style>
border-color css
<style>
span { border-color: #D4FE82; }
span { border-color: rgb(212,254,130); }
td.TdClassName
{
border-color: #D4FE82;
}
.TagClassName
{
border-color: #D4FE82;
}
</style>