Shades of Sulu #CDE97B
Tints of Sulu #CDE97B
RGB
CMYK
RGB Variations
Color information
#CDE97B (or 0xCDE97B) is known color: Sulu. HEX triplet: CD, E9 and 7B. RGB value is (205,233,123). Sum of RGB (Red+Green+Blue) = 205+233+123=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE97B is #321684. Grayscale: #D4D4D4. Windows color (decimal): -3282565 or 8120781. OLE color: 8120781.
HSL color Cylindrical-coordinate representation of color #CDE97B: hue angle of 75.27º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDE97B is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 123 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.09 |
| HSL | 75.27º | 0.71% | 0.7% | - |
| HSV(B) | 75.27º | 0.47% | 0.91% | - |
| XYZ | 57.89 | 72.69 | 29.72 | - |
| YUV | 212.09 | 77.72 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 123 | 0.12 | 0 | 0.47 | 0.09 | 75.27 | 0.71 | 0.7 |
| Hex | CD | E9 | 7B | C | 0 | 2F | 9 | 4B | 47 | 46 |
| Octal | 315 | 351 | 173 | 14 | 0 | 57 | 11 | 113 | 107 | 106 |
| Binary | 11001101 | 11101001 | 1111011 | 1100 | 0 | 101111 | 1001 | 1001011 | 1000111 | 1000110 |
Color Harmonies of #CDE97B
Complementary color
Monochromatic Colors of #CDE97B
Black with #CDE97B
Text Example
Text Example
White with #CDE97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE97B; }
p { color: rgb(205,233,123); }
H1.HeaderClassName
{
color: #CDE97B;
}
.AnyTagClassName
{
color: #CDE97B;
}
</style>
background-color css
<style>
a { background-color: #CDE97B; }
a { background-color: rgb(205,233,123); }
div.DivClassName
{
background-color: #CDE97B;
}
.BgClassName
{
background-color: #CDE97B;
}
</style>
border-color css
<style>
span { border-color: #CDE97B; }
span { border-color: rgb(205,233,123); }
td.TdClassName
{
border-color: #CDE97B;
}
.TagClassName
{
border-color: #CDE97B;
}
</style>