Shades of Sulu #CDF670
Tints of Sulu #CDF670
RGB
CMYK
RGB Variations
Color information
#CDF670 (or 0xCDF670) is known color: Sulu. HEX triplet: CD, F6 and 70. RGB value is (205,246,112). Sum of RGB (Red+Green+Blue) = 205+246+112=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF670 is #32098F. Grayscale: #DADADA. Windows color (decimal): -3279248 or 7403213. OLE color: 7403213.
HSL color Cylindrical-coordinate representation of color #CDF670: hue angle of 78.36º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDF670 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 112 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.04 |
| HSL | 78.36º | 0.88% | 0.7% | - |
| HSV(B) | 78.36º | 0.54% | 0.96% | - |
| XYZ | 61.06 | 80.06 | 27.56 | - |
| YUV | 218.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 112 | 0.17 | 0 | 0.54 | 0.04 | 78.36 | 0.88 | 0.7 |
| Hex | CD | F6 | 70 | 11 | 0 | 36 | 4 | 4E | 58 | 46 |
| Octal | 315 | 366 | 160 | 21 | 0 | 66 | 4 | 116 | 130 | 106 |
| Binary | 11001101 | 11110110 | 1110000 | 10001 | 0 | 110110 | 100 | 1001110 | 1011000 | 1000110 |
Color Harmonies of #CDF670
Complementary color
Monochromatic Colors of #CDF670
Black with #CDF670
Text Example
Text Example
White with #CDF670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF670; }
p { color: rgb(205,246,112); }
H1.HeaderClassName
{
color: #CDF670;
}
.AnyTagClassName
{
color: #CDF670;
}
</style>
background-color css
<style>
a { background-color: #CDF670; }
a { background-color: rgb(205,246,112); }
div.DivClassName
{
background-color: #CDF670;
}
.BgClassName
{
background-color: #CDF670;
}
</style>
border-color css
<style>
span { border-color: #CDF670; }
span { border-color: rgb(205,246,112); }
td.TdClassName
{
border-color: #CDF670;
}
.TagClassName
{
border-color: #CDF670;
}
</style>