Shades of Sulu #CDF37E
Tints of Sulu #CDF37E
RGB
CMYK
RGB Variations
Color information
#CDF37E (or 0xCDF37E) is known color: Sulu. HEX triplet: CD, F3 and 7E. RGB value is (205,243,126). Sum of RGB (Red+Green+Blue) = 205+243+126=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF37E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF37E is #320C81. Grayscale: #DADADA. Windows color (decimal): -3280002 or 8319949. OLE color: 8319949.
HSL color Cylindrical-coordinate representation of color #CDF37E: hue angle of 79.49º degrees, saturation: 0.83, 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 #CDF37E is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 126 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.05 |
| HSL | 79.49º | 0.83% | 0.72% | - |
| HSV(B) | 79.49º | 0.48% | 0.95% | - |
| XYZ | 60.99 | 78.59 | 31.69 | - |
| YUV | 218.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 126 | 0.16 | 0 | 0.48 | 0.05 | 79.49 | 0.83 | 0.72 |
| Hex | CD | F3 | 7E | 10 | 0 | 30 | 5 | 4F | 53 | 48 |
| Octal | 315 | 363 | 176 | 20 | 0 | 60 | 5 | 117 | 123 | 110 |
| Binary | 11001101 | 11110011 | 1111110 | 10000 | 0 | 110000 | 101 | 1001111 | 1010011 | 1001000 |
Color Harmonies of #CDF37E
Complementary color
Monochromatic Colors of #CDF37E
Black with #CDF37E
Text Example
Text Example
White with #CDF37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF37E; }
p { color: rgb(205,243,126); }
H1.HeaderClassName
{
color: #CDF37E;
}
.AnyTagClassName
{
color: #CDF37E;
}
</style>
background-color css
<style>
a { background-color: #CDF37E; }
a { background-color: rgb(205,243,126); }
div.DivClassName
{
background-color: #CDF37E;
}
.BgClassName
{
background-color: #CDF37E;
}
</style>
border-color css
<style>
span { border-color: #CDF37E; }
span { border-color: rgb(205,243,126); }
td.TdClassName
{
border-color: #CDF37E;
}
.TagClassName
{
border-color: #CDF37E;
}
</style>