Shades of Sulu #CDFB7D
Tints of Sulu #CDFB7D
RGB
CMYK
RGB Variations
Color information
#CDFB7D (or 0xCDFB7D) is known color: Sulu. HEX triplet: CD, FB and 7D. RGB value is (205,251,125). Sum of RGB (Red+Green+Blue) = 205+251+125=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFB7D is #320482. Grayscale: #DFDFDF. Windows color (decimal): -3277955 or 8256461. OLE color: 8256461.
HSL color Cylindrical-coordinate representation of color #CDFB7D: hue angle of 81.9º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDFB7D is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 125 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.02 |
| HSL | 81.9º | 0.94% | 0.74% | - |
| HSV(B) | 81.9º | 0.5% | 0.98% | - |
| XYZ | 63.38 | 83.45 | 32.17 | - |
| YUV | 222.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 125 | 0.18 | 0 | 0.50 | 0.02 | 81.9 | 0.94 | 0.74 |
| Hex | CD | FB | 7D | 12 | 0 | 32 | 2 | 52 | 5E | 4A |
| Octal | 315 | 373 | 175 | 22 | 0 | 62 | 2 | 122 | 136 | 112 |
| Binary | 11001101 | 11111011 | 1111101 | 10010 | 0 | 110010 | 10 | 1010010 | 1011110 | 1001010 |
Color Harmonies of #CDFB7D
Complementary color
Monochromatic Colors of #CDFB7D
Black with #CDFB7D
Text Example
Text Example
White with #CDFB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB7D; }
p { color: rgb(205,251,125); }
H1.HeaderClassName
{
color: #CDFB7D;
}
.AnyTagClassName
{
color: #CDFB7D;
}
</style>
background-color css
<style>
a { background-color: #CDFB7D; }
a { background-color: rgb(205,251,125); }
div.DivClassName
{
background-color: #CDFB7D;
}
.BgClassName
{
background-color: #CDFB7D;
}
</style>
border-color css
<style>
span { border-color: #CDFB7D; }
span { border-color: rgb(205,251,125); }
td.TdClassName
{
border-color: #CDFB7D;
}
.TagClassName
{
border-color: #CDFB7D;
}
</style>