Shades of Sulu #CDFC7C
Tints of Sulu #CDFC7C
RGB
CMYK
RGB Variations
Color information
#CDFC7C (or 0xCDFC7C) is known color: Sulu. HEX triplet: CD, FC and 7C. RGB value is (205,252,124). Sum of RGB (Red+Green+Blue) = 205+252+124=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC7C is #320383. Grayscale: #DFDFDF. Windows color (decimal): -3277700 or 8191181. OLE color: 8191181.
HSL color Cylindrical-coordinate representation of color #CDFC7C: hue angle of 82.03º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDFC7C is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 124 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.01 |
| HSL | 82.03º | 0.96% | 0.74% | - |
| HSV(B) | 82.03º | 0.51% | 0.99% | - |
| XYZ | 63.63 | 84.06 | 31.94 | - |
| YUV | 223.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 124 | 0.19 | 0 | 0.51 | 0.01 | 82.03 | 0.96 | 0.74 |
| Hex | CD | FC | 7C | 13 | 0 | 33 | 1 | 52 | 60 | 4A |
| Octal | 315 | 374 | 174 | 23 | 0 | 63 | 1 | 122 | 140 | 112 |
| Binary | 11001101 | 11111100 | 1111100 | 10011 | 0 | 110011 | 1 | 1010010 | 1100000 | 1001010 |
Color Harmonies of #CDFC7C
Complementary color
Monochromatic Colors of #CDFC7C
Black with #CDFC7C
Text Example
Text Example
White with #CDFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC7C; }
p { color: rgb(205,252,124); }
H1.HeaderClassName
{
color: #CDFC7C;
}
.AnyTagClassName
{
color: #CDFC7C;
}
</style>
background-color css
<style>
a { background-color: #CDFC7C; }
a { background-color: rgb(205,252,124); }
div.DivClassName
{
background-color: #CDFC7C;
}
.BgClassName
{
background-color: #CDFC7C;
}
</style>
border-color css
<style>
span { border-color: #CDFC7C; }
span { border-color: rgb(205,252,124); }
td.TdClassName
{
border-color: #CDFC7C;
}
.TagClassName
{
border-color: #CDFC7C;
}
</style>