Shades of Sulu #D0FB7D
Tints of Sulu #D0FB7D
RGB
CMYK
RGB Variations
Color information
#D0FB7D (or 0xD0FB7D) is known color: Sulu. HEX triplet: D0, FB and 7D. RGB value is (208,251,125). Sum of RGB (Red+Green+Blue) = 208+251+125=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB7D is #2F0482. Grayscale: #E0E0E0. Windows color (decimal): -3081347 or 8256464. OLE color: 8256464.
HSL color Cylindrical-coordinate representation of color #D0FB7D: hue angle of 80.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0FB7D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 125 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.02 |
| HSL | 80.48º | 0.94% | 0.74% | - |
| HSV(B) | 80.48º | 0.5% | 0.98% | - |
| XYZ | 64.21 | 83.88 | 32.21 | - |
| YUV | 223.78 | 72.25 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 125 | 0.17 | 0 | 0.50 | 0.02 | 80.48 | 0.94 | 0.74 |
| Hex | D0 | FB | 7D | 11 | 0 | 32 | 2 | 50 | 5E | 4A |
| Octal | 320 | 373 | 175 | 21 | 0 | 62 | 2 | 120 | 136 | 112 |
| Binary | 11010000 | 11111011 | 1111101 | 10001 | 0 | 110010 | 10 | 1010000 | 1011110 | 1001010 |
Color Harmonies of #D0FB7D
Complementary color
Monochromatic Colors of #D0FB7D
Black with #D0FB7D
Text Example
Text Example
White with #D0FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB7D; }
p { color: rgb(208,251,125); }
H1.HeaderClassName
{
color: #D0FB7D;
}
.AnyTagClassName
{
color: #D0FB7D;
}
</style>
background-color css
<style>
a { background-color: #D0FB7D; }
a { background-color: rgb(208,251,125); }
div.DivClassName
{
background-color: #D0FB7D;
}
.BgClassName
{
background-color: #D0FB7D;
}
</style>
border-color css
<style>
span { border-color: #D0FB7D; }
span { border-color: rgb(208,251,125); }
td.TdClassName
{
border-color: #D0FB7D;
}
.TagClassName
{
border-color: #D0FB7D;
}
</style>