Shades of Sulu #CDE77F
Tints of Sulu #CDE77F
RGB
CMYK
RGB Variations
Color information
#CDE77F (or 0xCDE77F) is known color: Sulu. HEX triplet: CD, E7 and 7F. RGB value is (205,231,127). Sum of RGB (Red+Green+Blue) = 205+231+127=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 127 (50% from 255 or 22.56% from 563); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE77F is #321880. Grayscale: #D3D3D3. Windows color (decimal): -3283073 or 8382413. OLE color: 8382413.
HSL color Cylindrical-coordinate representation of color #CDE77F: hue angle of 75º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDE77F is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 127 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.09 |
| HSL | 75º | 0.68% | 0.7% | - |
| HSV(B) | 75º | 0.45% | 0.91% | - |
| XYZ | 57.58 | 71.66 | 30.88 | - |
| YUV | 211.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 127 | 0.11 | 0 | 0.45 | 0.09 | 75 | 0.68 | 0.7 |
| Hex | CD | E7 | 7F | B | 0 | 2D | 9 | 4B | 44 | 46 |
| Octal | 315 | 347 | 177 | 13 | 0 | 55 | 11 | 113 | 104 | 106 |
| Binary | 11001101 | 11100111 | 1111111 | 1011 | 0 | 101101 | 1001 | 1001011 | 1000100 | 1000110 |
Color Harmonies of #CDE77F
Complementary color
Monochromatic Colors of #CDE77F
Black with #CDE77F
Text Example
Text Example
White with #CDE77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE77F; }
p { color: rgb(205,231,127); }
H1.HeaderClassName
{
color: #CDE77F;
}
.AnyTagClassName
{
color: #CDE77F;
}
</style>
background-color css
<style>
a { background-color: #CDE77F; }
a { background-color: rgb(205,231,127); }
div.DivClassName
{
background-color: #CDE77F;
}
.BgClassName
{
background-color: #CDE77F;
}
</style>
border-color css
<style>
span { border-color: #CDE77F; }
span { border-color: rgb(205,231,127); }
td.TdClassName
{
border-color: #CDE77F;
}
.TagClassName
{
border-color: #CDE77F;
}
</style>