Shades of Sulu #CDF074
Tints of Sulu #CDF074
RGB
CMYK
RGB Variations
Color information
#CDF074 (or 0xCDF074) is known color: Sulu. HEX triplet: CD, F0 and 74. RGB value is (205,240,116). Sum of RGB (Red+Green+Blue) = 205+240+116=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF074 is #320F8B. Grayscale: #D7D7D7. Windows color (decimal): -3280780 or 7663821. OLE color: 7663821.
HSL color Cylindrical-coordinate representation of color #CDF074: hue angle of 76.94º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDF074 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 116 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.06 |
| HSL | 76.94º | 0.81% | 0.7% | - |
| HSV(B) | 76.94º | 0.52% | 0.94% | - |
| XYZ | 59.49 | 76.56 | 28.17 | - |
| YUV | 215.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 116 | 0.15 | 0 | 0.52 | 0.06 | 76.94 | 0.81 | 0.7 |
| Hex | CD | F0 | 74 | F | 0 | 34 | 6 | 4D | 51 | 46 |
| Octal | 315 | 360 | 164 | 17 | 0 | 64 | 6 | 115 | 121 | 106 |
| Binary | 11001101 | 11110000 | 1110100 | 1111 | 0 | 110100 | 110 | 1001101 | 1010001 | 1000110 |
Color Harmonies of #CDF074
Complementary color
Monochromatic Colors of #CDF074
Black with #CDF074
Text Example
Text Example
White with #CDF074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF074; }
p { color: rgb(205,240,116); }
H1.HeaderClassName
{
color: #CDF074;
}
.AnyTagClassName
{
color: #CDF074;
}
</style>
background-color css
<style>
a { background-color: #CDF074; }
a { background-color: rgb(205,240,116); }
div.DivClassName
{
background-color: #CDF074;
}
.BgClassName
{
background-color: #CDF074;
}
</style>
border-color css
<style>
span { border-color: #CDF074; }
span { border-color: rgb(205,240,116); }
td.TdClassName
{
border-color: #CDF074;
}
.TagClassName
{
border-color: #CDF074;
}
</style>