Shades of Sulu #CDF272
Tints of Sulu #CDF272
RGB
CMYK
RGB Variations
Color information
#CDF272 (or 0xCDF272) is known color: Sulu. HEX triplet: CD, F2 and 72. RGB value is (205,242,114). Sum of RGB (Red+Green+Blue) = 205+242+114=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF272 is #320D8D. Grayscale: #D8D8D8. Windows color (decimal): -3280270 or 7533261. OLE color: 7533261.
HSL color Cylindrical-coordinate representation of color #CDF272: hue angle of 77.34º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDF272 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 114 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.05 |
| HSL | 77.34º | 0.83% | 0.7% | - |
| HSV(B) | 77.34º | 0.53% | 0.95% | - |
| XYZ | 59.97 | 77.7 | 27.76 | - |
| YUV | 216.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 114 | 0.15 | 0 | 0.53 | 0.05 | 77.34 | 0.83 | 0.7 |
| Hex | CD | F2 | 72 | F | 0 | 35 | 5 | 4D | 53 | 46 |
| Octal | 315 | 362 | 162 | 17 | 0 | 65 | 5 | 115 | 123 | 106 |
| Binary | 11001101 | 11110010 | 1110010 | 1111 | 0 | 110101 | 101 | 1001101 | 1010011 | 1000110 |
Color Harmonies of #CDF272
Complementary color
Monochromatic Colors of #CDF272
Black with #CDF272
Text Example
Text Example
White with #CDF272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF272; }
p { color: rgb(205,242,114); }
H1.HeaderClassName
{
color: #CDF272;
}
.AnyTagClassName
{
color: #CDF272;
}
</style>
background-color css
<style>
a { background-color: #CDF272; }
a { background-color: rgb(205,242,114); }
div.DivClassName
{
background-color: #CDF272;
}
.BgClassName
{
background-color: #CDF272;
}
</style>
border-color css
<style>
span { border-color: #CDF272; }
span { border-color: rgb(205,242,114); }
td.TdClassName
{
border-color: #CDF272;
}
.TagClassName
{
border-color: #CDF272;
}
</style>