Shades of Sulu #CDE57F
Tints of Sulu #CDE57F
RGB
CMYK
RGB Variations
Color information
#CDE57F (or 0xCDE57F) is known color: Sulu. HEX triplet: CD, E5 and 7F. RGB value is (205,229,127). Sum of RGB (Red+Green+Blue) = 205+229+127=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE57F is #321A80. Grayscale: #D2D2D2. Windows color (decimal): -3283585 or 8381901. OLE color: 8381901.
HSL color Cylindrical-coordinate representation of color #CDE57F: hue angle of 74.12º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDE57F is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 127 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.10 |
| HSL | 74.12º | 0.66% | 0.7% | - |
| HSV(B) | 74.12º | 0.45% | 0.9% | - |
| XYZ | 57.03 | 70.55 | 30.69 | - |
| YUV | 210.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 127 | 0.10 | 0 | 0.45 | 0.10 | 74.12 | 0.66 | 0.7 |
| Hex | CD | E5 | 7F | A | 0 | 2D | A | 4A | 42 | 46 |
| Octal | 315 | 345 | 177 | 12 | 0 | 55 | 12 | 112 | 102 | 106 |
| Binary | 11001101 | 11100101 | 1111111 | 1010 | 0 | 101101 | 1010 | 1001010 | 1000010 | 1000110 |
Color Harmonies of #CDE57F
Complementary color
Monochromatic Colors of #CDE57F
Black with #CDE57F
Text Example
Text Example
White with #CDE57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE57F; }
p { color: rgb(205,229,127); }
H1.HeaderClassName
{
color: #CDE57F;
}
.AnyTagClassName
{
color: #CDE57F;
}
</style>
background-color css
<style>
a { background-color: #CDE57F; }
a { background-color: rgb(205,229,127); }
div.DivClassName
{
background-color: #CDE57F;
}
.BgClassName
{
background-color: #CDE57F;
}
</style>
border-color css
<style>
span { border-color: #CDE57F; }
span { border-color: rgb(205,229,127); }
td.TdClassName
{
border-color: #CDE57F;
}
.TagClassName
{
border-color: #CDE57F;
}
</style>