Shades of Sulu #CDF27E
Tints of Sulu #CDF27E
RGB
CMYK
RGB Variations
Color information
#CDF27E (or 0xCDF27E) is known color: Sulu. HEX triplet: CD, F2 and 7E. RGB value is (205,242,126). Sum of RGB (Red+Green+Blue) = 205+242+126=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF27E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF27E is #320D81. Grayscale: #DADADA. Windows color (decimal): -3280258 or 8319693. OLE color: 8319693.
HSL color Cylindrical-coordinate representation of color #CDF27E: hue angle of 79.14º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDF27E is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 126 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.05 |
| HSL | 79.14º | 0.82% | 0.72% | - |
| HSV(B) | 79.14º | 0.48% | 0.95% | - |
| XYZ | 60.69 | 77.99 | 31.59 | - |
| YUV | 217.71 | 76.24 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 126 | 0.15 | 0 | 0.48 | 0.05 | 79.14 | 0.82 | 0.72 |
| Hex | CD | F2 | 7E | F | 0 | 30 | 5 | 4F | 52 | 48 |
| Octal | 315 | 362 | 176 | 17 | 0 | 60 | 5 | 117 | 122 | 110 |
| Binary | 11001101 | 11110010 | 1111110 | 1111 | 0 | 110000 | 101 | 1001111 | 1010010 | 1001000 |
Color Harmonies of #CDF27E
Complementary color
Monochromatic Colors of #CDF27E
Black with #CDF27E
Text Example
Text Example
White with #CDF27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF27E; }
p { color: rgb(205,242,126); }
H1.HeaderClassName
{
color: #CDF27E;
}
.AnyTagClassName
{
color: #CDF27E;
}
</style>
background-color css
<style>
a { background-color: #CDF27E; }
a { background-color: rgb(205,242,126); }
div.DivClassName
{
background-color: #CDF27E;
}
.BgClassName
{
background-color: #CDF27E;
}
</style>
border-color css
<style>
span { border-color: #CDF27E; }
span { border-color: rgb(205,242,126); }
td.TdClassName
{
border-color: #CDF27E;
}
.TagClassName
{
border-color: #CDF27E;
}
</style>