Shades of Sulu #CDE875
Tints of Sulu #CDE875
RGB
CMYK
RGB Variations
Color information
#CDE875 (or 0xCDE875) is known color: Sulu. HEX triplet: CD, E8 and 75. RGB value is (205,232,117). Sum of RGB (Red+Green+Blue) = 205+232+117=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE875 is #32178A. Grayscale: #D3D3D3. Windows color (decimal): -3282827 or 7727309. OLE color: 7727309.
HSL color Cylindrical-coordinate representation of color #CDE875: hue angle of 74.09º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDE875 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 117 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.09 |
| HSL | 74.09º | 0.71% | 0.68% | - |
| HSV(B) | 74.09º | 0.5% | 0.91% | - |
| XYZ | 57.24 | 71.98 | 27.71 | - |
| YUV | 210.82 | 75.05 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 117 | 0.12 | 0 | 0.50 | 0.09 | 74.09 | 0.71 | 0.68 |
| Hex | CD | E8 | 75 | C | 0 | 32 | 9 | 4A | 47 | 44 |
| Octal | 315 | 350 | 165 | 14 | 0 | 62 | 11 | 112 | 107 | 104 |
| Binary | 11001101 | 11101000 | 1110101 | 1100 | 0 | 110010 | 1001 | 1001010 | 1000111 | 1000100 |
Color Harmonies of #CDE875
Complementary color
Monochromatic Colors of #CDE875
Black with #CDE875
Text Example
Text Example
White with #CDE875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE875; }
p { color: rgb(205,232,117); }
H1.HeaderClassName
{
color: #CDE875;
}
.AnyTagClassName
{
color: #CDE875;
}
</style>
background-color css
<style>
a { background-color: #CDE875; }
a { background-color: rgb(205,232,117); }
div.DivClassName
{
background-color: #CDE875;
}
.BgClassName
{
background-color: #CDE875;
}
</style>
border-color css
<style>
span { border-color: #CDE875; }
span { border-color: rgb(205,232,117); }
td.TdClassName
{
border-color: #CDE875;
}
.TagClassName
{
border-color: #CDE875;
}
</style>