Shades of Sulu #CDFF7C
Tints of Sulu #CDFF7C
RGB
CMYK
RGB Variations
Color information
#CDFF7C (or 0xCDFF7C) is known color: Sulu. HEX triplet: CD, FF and 7C. RGB value is (205,255,124). Sum of RGB (Red+Green+Blue) = 205+255+124=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF7C is #320083. Grayscale: #E1E1E1. Windows color (decimal): -3276932 or 8191949. OLE color: 8191949.
HSL color Cylindrical-coordinate representation of color #CDFF7C: hue angle of 82.9º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDFF7C is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 124 | - |
| CMYK | 0.20 | 0 | 0.51 | 0 |
| HSL | 82.9º | 1% | 0.74% | - |
| HSV(B) | 82.9º | 0.51% | 1% | - |
| XYZ | 64.57 | 85.95 | 32.26 | - |
| YUV | 225.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 124 | 0.20 | 0 | 0.51 | 0 | 82.9 | 1 | 0.74 |
| Hex | CD | FF | 7C | 14 | 0 | 33 | 0 | 53 | 64 | 4A |
| Octal | 315 | 377 | 174 | 24 | 0 | 63 | 0 | 123 | 144 | 112 |
| Binary | 11001101 | 11111111 | 1111100 | 10100 | 0 | 110011 | 0 | 1010011 | 1100100 | 1001010 |
Color Harmonies of #CDFF7C
Complementary color
Monochromatic Colors of #CDFF7C
Black with #CDFF7C
Text Example
Text Example
White with #CDFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF7C; }
p { color: rgb(205,255,124); }
H1.HeaderClassName
{
color: #CDFF7C;
}
.AnyTagClassName
{
color: #CDFF7C;
}
</style>
background-color css
<style>
a { background-color: #CDFF7C; }
a { background-color: rgb(205,255,124); }
div.DivClassName
{
background-color: #CDFF7C;
}
.BgClassName
{
background-color: #CDFF7C;
}
</style>
border-color css
<style>
span { border-color: #CDFF7C; }
span { border-color: rgb(205,255,124); }
td.TdClassName
{
border-color: #CDFF7C;
}
.TagClassName
{
border-color: #CDFF7C;
}
</style>