Shades of Sulu #CDF672
Tints of Sulu #CDF672
RGB
CMYK
RGB Variations
Color information
#CDF672 (or 0xCDF672) is known color: Sulu. HEX triplet: CD, F6 and 72. RGB value is (205,246,114). Sum of RGB (Red+Green+Blue) = 205+246+114=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF672 is #32098D. Grayscale: #DBDBDB. Windows color (decimal): -3279246 or 7534285. OLE color: 7534285.
HSL color Cylindrical-coordinate representation of color #CDF672: hue angle of 78.64º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDF672 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 114 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.04 |
| HSL | 78.64º | 0.88% | 0.71% | - |
| HSV(B) | 78.64º | 0.54% | 0.96% | - |
| XYZ | 61.17 | 80.11 | 28.16 | - |
| YUV | 218.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 114 | 0.17 | 0 | 0.54 | 0.04 | 78.64 | 0.88 | 0.71 |
| Hex | CD | F6 | 72 | 11 | 0 | 36 | 4 | 4F | 58 | 47 |
| Octal | 315 | 366 | 162 | 21 | 0 | 66 | 4 | 117 | 130 | 107 |
| Binary | 11001101 | 11110110 | 1110010 | 10001 | 0 | 110110 | 100 | 1001111 | 1011000 | 1000111 |
Color Harmonies of #CDF672
Complementary color
Monochromatic Colors of #CDF672
Black with #CDF672
Text Example
Text Example
White with #CDF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF672; }
p { color: rgb(205,246,114); }
H1.HeaderClassName
{
color: #CDF672;
}
.AnyTagClassName
{
color: #CDF672;
}
</style>
background-color css
<style>
a { background-color: #CDF672; }
a { background-color: rgb(205,246,114); }
div.DivClassName
{
background-color: #CDF672;
}
.BgClassName
{
background-color: #CDF672;
}
</style>
border-color css
<style>
span { border-color: #CDF672; }
span { border-color: rgb(205,246,114); }
td.TdClassName
{
border-color: #CDF672;
}
.TagClassName
{
border-color: #CDF672;
}
</style>