Shades of Sulu #D2FB75
Tints of Sulu #D2FB75
RGB
CMYK
RGB Variations
Color information
#D2FB75 (or 0xD2FB75) is known color: Sulu. HEX triplet: D2, FB and 75. RGB value is (210,251,117). Sum of RGB (Red+Green+Blue) = 210+251+117=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FB75 is #2D048A. Grayscale: #DFDFDF. Windows color (decimal): -2950283 or 7732178. OLE color: 7732178.
HSL color Cylindrical-coordinate representation of color #D2FB75: hue angle of 78.36º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2FB75 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 117 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.02 |
| HSL | 78.36º | 0.94% | 0.72% | - |
| HSV(B) | 78.36º | 0.53% | 0.98% | - |
| XYZ | 64.29 | 83.98 | 29.65 | - |
| YUV | 223.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 117 | 0.16 | 0 | 0.53 | 0.02 | 78.36 | 0.94 | 0.72 |
| Hex | D2 | FB | 75 | 10 | 0 | 35 | 2 | 4E | 5E | 48 |
| Octal | 322 | 373 | 165 | 20 | 0 | 65 | 2 | 116 | 136 | 110 |
| Binary | 11010010 | 11111011 | 1110101 | 10000 | 0 | 110101 | 10 | 1001110 | 1011110 | 1001000 |
Color Harmonies of #D2FB75
Complementary color
Monochromatic Colors of #D2FB75
Black with #D2FB75
Text Example
Text Example
White with #D2FB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FB75; }
p { color: rgb(210,251,117); }
H1.HeaderClassName
{
color: #D2FB75;
}
.AnyTagClassName
{
color: #D2FB75;
}
</style>
background-color css
<style>
a { background-color: #D2FB75; }
a { background-color: rgb(210,251,117); }
div.DivClassName
{
background-color: #D2FB75;
}
.BgClassName
{
background-color: #D2FB75;
}
</style>
border-color css
<style>
span { border-color: #D2FB75; }
span { border-color: rgb(210,251,117); }
td.TdClassName
{
border-color: #D2FB75;
}
.TagClassName
{
border-color: #D2FB75;
}
</style>