Shades of Sulu #D0FC7C
Tints of Sulu #D0FC7C
RGB
CMYK
RGB Variations
Color information
#D0FC7C (or 0xD0FC7C) is known color: Sulu. HEX triplet: D0, FC and 7C. RGB value is (208,252,124). Sum of RGB (Red+Green+Blue) = 208+252+124=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FC7C is #2F0383. Grayscale: #E0E0E0. Windows color (decimal): -3081092 or 8191184. OLE color: 8191184.
HSL color Cylindrical-coordinate representation of color #D0FC7C: hue angle of 80.62º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0FC7C is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 124 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.01 |
| HSL | 80.63º | 0.96% | 0.74% | - |
| HSV(B) | 80.63º | 0.51% | 0.99% | - |
| XYZ | 64.46 | 84.49 | 31.98 | - |
| YUV | 224.25 | 71.42 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 124 | 0.17 | 0 | 0.51 | 0.01 | 80.63 | 0.96 | 0.74 |
| Hex | D0 | FC | 7C | 11 | 0 | 33 | 1 | 51 | 60 | 4A |
| Octal | 320 | 374 | 174 | 21 | 0 | 63 | 1 | 121 | 140 | 112 |
| Binary | 11010000 | 11111100 | 1111100 | 10001 | 0 | 110011 | 1 | 1010001 | 1100000 | 1001010 |
Color Harmonies of #D0FC7C
Complementary color
Monochromatic Colors of #D0FC7C
Black with #D0FC7C
Text Example
Text Example
White with #D0FC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC7C; }
p { color: rgb(208,252,124); }
H1.HeaderClassName
{
color: #D0FC7C;
}
.AnyTagClassName
{
color: #D0FC7C;
}
</style>
background-color css
<style>
a { background-color: #D0FC7C; }
a { background-color: rgb(208,252,124); }
div.DivClassName
{
background-color: #D0FC7C;
}
.BgClassName
{
background-color: #D0FC7C;
}
</style>
border-color css
<style>
span { border-color: #D0FC7C; }
span { border-color: rgb(208,252,124); }
td.TdClassName
{
border-color: #D0FC7C;
}
.TagClassName
{
border-color: #D0FC7C;
}
</style>