Shades of Sulu #CDFB7C
Tints of Sulu #CDFB7C
RGB
CMYK
RGB Variations
Color information
#CDFB7C (or 0xCDFB7C) is known color: Sulu. HEX triplet: CD, FB and 7C. RGB value is (205,251,124). Sum of RGB (Red+Green+Blue) = 205+251+124=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFB7C is #320483. Grayscale: #DFDFDF. Windows color (decimal): -3277956 or 8190925. OLE color: 8190925.
HSL color Cylindrical-coordinate representation of color #CDFB7C: hue angle of 81.73º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDFB7C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 124 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.02 |
| HSL | 81.73º | 0.94% | 0.74% | - |
| HSV(B) | 81.73º | 0.51% | 0.98% | - |
| XYZ | 63.31 | 83.43 | 31.84 | - |
| YUV | 222.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 124 | 0.18 | 0 | 0.51 | 0.02 | 81.73 | 0.94 | 0.74 |
| Hex | CD | FB | 7C | 12 | 0 | 33 | 2 | 52 | 5E | 4A |
| Octal | 315 | 373 | 174 | 22 | 0 | 63 | 2 | 122 | 136 | 112 |
| Binary | 11001101 | 11111011 | 1111100 | 10010 | 0 | 110011 | 10 | 1010010 | 1011110 | 1001010 |
Color Harmonies of #CDFB7C
Complementary color
Monochromatic Colors of #CDFB7C
Black with #CDFB7C
Text Example
Text Example
White with #CDFB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB7C; }
p { color: rgb(205,251,124); }
H1.HeaderClassName
{
color: #CDFB7C;
}
.AnyTagClassName
{
color: #CDFB7C;
}
</style>
background-color css
<style>
a { background-color: #CDFB7C; }
a { background-color: rgb(205,251,124); }
div.DivClassName
{
background-color: #CDFB7C;
}
.BgClassName
{
background-color: #CDFB7C;
}
</style>
border-color css
<style>
span { border-color: #CDFB7C; }
span { border-color: rgb(205,251,124); }
td.TdClassName
{
border-color: #CDFB7C;
}
.TagClassName
{
border-color: #CDFB7C;
}
</style>