Shades of Sulu #CDEE73
Tints of Sulu #CDEE73
RGB
CMYK
RGB Variations
Color information
#CDEE73 (or 0xCDEE73) is known color: Sulu. HEX triplet: CD, EE and 73. RGB value is (205,238,115). Sum of RGB (Red+Green+Blue) = 205+238+115=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE73 is #32118C. Grayscale: #D6D6D6. Windows color (decimal): -3281293 or 7597773. OLE color: 7597773.
HSL color Cylindrical-coordinate representation of color #CDEE73: hue angle of 76.1º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDEE73 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 115 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.07 |
| HSL | 76.1º | 0.78% | 0.69% | - |
| HSV(B) | 76.1º | 0.52% | 0.93% | - |
| XYZ | 58.85 | 75.37 | 27.67 | - |
| YUV | 214.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 115 | 0.14 | 0 | 0.52 | 0.07 | 76.1 | 0.78 | 0.69 |
| Hex | CD | EE | 73 | E | 0 | 34 | 7 | 4C | 4E | 45 |
| Octal | 315 | 356 | 163 | 16 | 0 | 64 | 7 | 114 | 116 | 105 |
| Binary | 11001101 | 11101110 | 1110011 | 1110 | 0 | 110100 | 111 | 1001100 | 1001110 | 1000101 |
Color Harmonies of #CDEE73
Complementary color
Monochromatic Colors of #CDEE73
Black with #CDEE73
Text Example
Text Example
White with #CDEE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEE73; }
p { color: rgb(205,238,115); }
H1.HeaderClassName
{
color: #CDEE73;
}
.AnyTagClassName
{
color: #CDEE73;
}
</style>
background-color css
<style>
a { background-color: #CDEE73; }
a { background-color: rgb(205,238,115); }
div.DivClassName
{
background-color: #CDEE73;
}
.BgClassName
{
background-color: #CDEE73;
}
</style>
border-color css
<style>
span { border-color: #CDEE73; }
span { border-color: rgb(205,238,115); }
td.TdClassName
{
border-color: #CDEE73;
}
.TagClassName
{
border-color: #CDEE73;
}
</style>