Shades of Sulu #CCFC7B
Tints of Sulu #CCFC7B
RGB
CMYK
RGB Variations
Color information
#CCFC7B (or 0xCCFC7B) is known color: Sulu. HEX triplet: CC, FC and 7B. RGB value is (204,252,123). Sum of RGB (Red+Green+Blue) = 204+252+123=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC7B is #330384. Grayscale: #DFDFDF. Windows color (decimal): -3343237 or 8125644. OLE color: 8125644.
HSL color Cylindrical-coordinate representation of color #CCFC7B: hue angle of 82.33º 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 #CCFC7B is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 123 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.01 |
| HSL | 82.33º | 0.96% | 0.74% | - |
| HSV(B) | 82.33º | 0.51% | 0.99% | - |
| XYZ | 63.29 | 83.89 | 31.6 | - |
| YUV | 222.94 | 71.6 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 123 | 0.19 | 0 | 0.51 | 0.01 | 82.33 | 0.96 | 0.74 |
| Hex | CC | FC | 7B | 13 | 0 | 33 | 1 | 52 | 60 | 4A |
| Octal | 314 | 374 | 173 | 23 | 0 | 63 | 1 | 122 | 140 | 112 |
| Binary | 11001100 | 11111100 | 1111011 | 10011 | 0 | 110011 | 1 | 1010010 | 1100000 | 1001010 |
Color Harmonies of #CCFC7B
Complementary color
Monochromatic Colors of #CCFC7B
Black with #CCFC7B
Text Example
Text Example
White with #CCFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC7B; }
p { color: rgb(204,252,123); }
H1.HeaderClassName
{
color: #CCFC7B;
}
.AnyTagClassName
{
color: #CCFC7B;
}
</style>
background-color css
<style>
a { background-color: #CCFC7B; }
a { background-color: rgb(204,252,123); }
div.DivClassName
{
background-color: #CCFC7B;
}
.BgClassName
{
background-color: #CCFC7B;
}
</style>
border-color css
<style>
span { border-color: #CCFC7B; }
span { border-color: rgb(204,252,123); }
td.TdClassName
{
border-color: #CCFC7B;
}
.TagClassName
{
border-color: #CCFC7B;
}
</style>