Shades of Sulu #CDF075
Tints of Sulu #CDF075
RGB
CMYK
RGB Variations
Color information
#CDF075 (or 0xCDF075) is known color: Sulu. HEX triplet: CD, F0 and 75. RGB value is (205,240,117). Sum of RGB (Red+Green+Blue) = 205+240+117=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF075 is #320F8A. Grayscale: #D7D7D7. Windows color (decimal): -3280779 or 7729357. OLE color: 7729357.
HSL color Cylindrical-coordinate representation of color #CDF075: hue angle of 77.07º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDF075 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 117 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.06 |
| HSL | 77.07º | 0.8% | 0.7% | - |
| HSV(B) | 77.07º | 0.51% | 0.94% | - |
| XYZ | 59.55 | 76.58 | 28.47 | - |
| YUV | 215.51 | 72.4 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 117 | 0.15 | 0 | 0.51 | 0.06 | 77.07 | 0.8 | 0.7 |
| Hex | CD | F0 | 75 | F | 0 | 33 | 6 | 4D | 50 | 46 |
| Octal | 315 | 360 | 165 | 17 | 0 | 63 | 6 | 115 | 120 | 106 |
| Binary | 11001101 | 11110000 | 1110101 | 1111 | 0 | 110011 | 110 | 1001101 | 1010000 | 1000110 |
Color Harmonies of #CDF075
Complementary color
Monochromatic Colors of #CDF075
Black with #CDF075
Text Example
Text Example
White with #CDF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF075; }
p { color: rgb(205,240,117); }
H1.HeaderClassName
{
color: #CDF075;
}
.AnyTagClassName
{
color: #CDF075;
}
</style>
background-color css
<style>
a { background-color: #CDF075; }
a { background-color: rgb(205,240,117); }
div.DivClassName
{
background-color: #CDF075;
}
.BgClassName
{
background-color: #CDF075;
}
</style>
border-color css
<style>
span { border-color: #CDF075; }
span { border-color: rgb(205,240,117); }
td.TdClassName
{
border-color: #CDF075;
}
.TagClassName
{
border-color: #CDF075;
}
</style>