Shades of Sulu #CDFC7B
Tints of Sulu #CDFC7B
RGB
CMYK
RGB Variations
Color information
#CDFC7B (or 0xCDFC7B) is known color: Sulu. HEX triplet: CD, FC and 7B. RGB value is (205,252,123). Sum of RGB (Red+Green+Blue) = 205+252+123=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC7B is #320384. Grayscale: #DFDFDF. Windows color (decimal): -3277701 or 8125645. OLE color: 8125645.
HSL color Cylindrical-coordinate representation of color #CDFC7B: hue angle of 81.86º 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 #CDFC7B is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 123 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.01 |
| HSL | 81.86º | 0.96% | 0.74% | - |
| HSV(B) | 81.86º | 0.51% | 0.99% | - |
| XYZ | 63.56 | 84.03 | 31.61 | - |
| YUV | 223.24 | 71.43 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 123 | 0.19 | 0 | 0.51 | 0.01 | 81.86 | 0.96 | 0.74 |
| Hex | CD | FC | 7B | 13 | 0 | 33 | 1 | 52 | 60 | 4A |
| Octal | 315 | 374 | 173 | 23 | 0 | 63 | 1 | 122 | 140 | 112 |
| Binary | 11001101 | 11111100 | 1111011 | 10011 | 0 | 110011 | 1 | 1010010 | 1100000 | 1001010 |
Color Harmonies of #CDFC7B
Complementary color
Monochromatic Colors of #CDFC7B
Black with #CDFC7B
Text Example
Text Example
White with #CDFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC7B; }
p { color: rgb(205,252,123); }
H1.HeaderClassName
{
color: #CDFC7B;
}
.AnyTagClassName
{
color: #CDFC7B;
}
</style>
background-color css
<style>
a { background-color: #CDFC7B; }
a { background-color: rgb(205,252,123); }
div.DivClassName
{
background-color: #CDFC7B;
}
.BgClassName
{
background-color: #CDFC7B;
}
</style>
border-color css
<style>
span { border-color: #CDFC7B; }
span { border-color: rgb(205,252,123); }
td.TdClassName
{
border-color: #CDFC7B;
}
.TagClassName
{
border-color: #CDFC7B;
}
</style>