Shades of Sulu #CDF370
Tints of Sulu #CDF370
RGB
CMYK
RGB Variations
Color information
#CDF370 (or 0xCDF370) is known color: Sulu. HEX triplet: CD, F3 and 70. RGB value is (205,243,112). Sum of RGB (Red+Green+Blue) = 205+243+112=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF370 is #320C8F. Grayscale: #D9D9D9. Windows color (decimal): -3280016 or 7402445. OLE color: 7402445.
HSL color Cylindrical-coordinate representation of color #CDF370: hue angle of 77.4º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDF370 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 112 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.05 |
| HSL | 77.4º | 0.85% | 0.7% | - |
| HSV(B) | 77.4º | 0.54% | 0.95% | - |
| XYZ | 60.15 | 78.25 | 27.26 | - |
| YUV | 216.7 | 68.91 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 112 | 0.16 | 0 | 0.54 | 0.05 | 77.4 | 0.85 | 0.7 |
| Hex | CD | F3 | 70 | 10 | 0 | 36 | 5 | 4D | 55 | 46 |
| Octal | 315 | 363 | 160 | 20 | 0 | 66 | 5 | 115 | 125 | 106 |
| Binary | 11001101 | 11110011 | 1110000 | 10000 | 0 | 110110 | 101 | 1001101 | 1010101 | 1000110 |
Color Harmonies of #CDF370
Complementary color
Monochromatic Colors of #CDF370
Black with #CDF370
Text Example
Text Example
White with #CDF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF370; }
p { color: rgb(205,243,112); }
H1.HeaderClassName
{
color: #CDF370;
}
.AnyTagClassName
{
color: #CDF370;
}
</style>
background-color css
<style>
a { background-color: #CDF370; }
a { background-color: rgb(205,243,112); }
div.DivClassName
{
background-color: #CDF370;
}
.BgClassName
{
background-color: #CDF370;
}
</style>
border-color css
<style>
span { border-color: #CDF370; }
span { border-color: rgb(205,243,112); }
td.TdClassName
{
border-color: #CDF370;
}
.TagClassName
{
border-color: #CDF370;
}
</style>