Shades of Sulu #CDFB8C
Tints of Sulu #CDFB8C
RGB
CMYK
RGB Variations
Color information
#CDFB8C (or 0xCDFB8C) is known color: Sulu. HEX triplet: CD, FB and 8C. RGB value is (205,251,140). Sum of RGB (Red+Green+Blue) = 205+251+140=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFB8C is #320473. Grayscale: #E0E0E0. Windows color (decimal): -3277940 or 9239501. OLE color: 9239501.
HSL color Cylindrical-coordinate representation of color #CDFB8C: hue angle of 84.86º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDFB8C is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 140 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.02 |
| HSL | 84.86º | 0.93% | 0.77% | - |
| HSV(B) | 84.86º | 0.44% | 0.98% | - |
| XYZ | 64.41 | 83.87 | 37.6 | - |
| YUV | 224.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 140 | 0.18 | 0 | 0.44 | 0.02 | 84.86 | 0.93 | 0.77 |
| Hex | CD | FB | 8C | 12 | 0 | 2C | 2 | 55 | 5D | 4D |
| Octal | 315 | 373 | 214 | 22 | 0 | 54 | 2 | 125 | 135 | 115 |
| Binary | 11001101 | 11111011 | 10001100 | 10010 | 0 | 101100 | 10 | 1010101 | 1011101 | 1001101 |
Color Harmonies of #CDFB8C
Complementary color
Monochromatic Colors of #CDFB8C
Black with #CDFB8C
Text Example
Text Example
White with #CDFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB8C; }
p { color: rgb(205,251,140); }
H1.HeaderClassName
{
color: #CDFB8C;
}
.AnyTagClassName
{
color: #CDFB8C;
}
</style>
background-color css
<style>
a { background-color: #CDFB8C; }
a { background-color: rgb(205,251,140); }
div.DivClassName
{
background-color: #CDFB8C;
}
.BgClassName
{
background-color: #CDFB8C;
}
</style>
border-color css
<style>
span { border-color: #CDFB8C; }
span { border-color: rgb(205,251,140); }
td.TdClassName
{
border-color: #CDFB8C;
}
.TagClassName
{
border-color: #CDFB8C;
}
</style>