Shades of Sulu #CDE77A
Tints of Sulu #CDE77A
RGB
CMYK
RGB Variations
Color information
#CDE77A (or 0xCDE77A) is known color: Sulu. HEX triplet: CD, E7 and 7A. RGB value is (205,231,122). Sum of RGB (Red+Green+Blue) = 205+231+122=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE77A is #321885. Grayscale: #D3D3D3. Windows color (decimal): -3283078 or 8054733. OLE color: 8054733.
HSL color Cylindrical-coordinate representation of color #CDE77A: hue angle of 74.31º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDE77A is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 122 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.09 |
| HSL | 74.31º | 0.69% | 0.69% | - |
| HSV(B) | 74.31º | 0.47% | 0.91% | - |
| XYZ | 57.27 | 71.54 | 29.2 | - |
| YUV | 210.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 122 | 0.11 | 0 | 0.47 | 0.09 | 74.31 | 0.69 | 0.69 |
| Hex | CD | E7 | 7A | B | 0 | 2F | 9 | 4A | 45 | 45 |
| Octal | 315 | 347 | 172 | 13 | 0 | 57 | 11 | 112 | 105 | 105 |
| Binary | 11001101 | 11100111 | 1111010 | 1011 | 0 | 101111 | 1001 | 1001010 | 1000101 | 1000101 |
Color Harmonies of #CDE77A
Complementary color
Monochromatic Colors of #CDE77A
Black with #CDE77A
Text Example
Text Example
White with #CDE77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE77A; }
p { color: rgb(205,231,122); }
H1.HeaderClassName
{
color: #CDE77A;
}
.AnyTagClassName
{
color: #CDE77A;
}
</style>
background-color css
<style>
a { background-color: #CDE77A; }
a { background-color: rgb(205,231,122); }
div.DivClassName
{
background-color: #CDE77A;
}
.BgClassName
{
background-color: #CDE77A;
}
</style>
border-color css
<style>
span { border-color: #CDE77A; }
span { border-color: rgb(205,231,122); }
td.TdClassName
{
border-color: #CDE77A;
}
.TagClassName
{
border-color: #CDE77A;
}
</style>