Shades of Sulu #CCFC8A
Tints of Sulu #CCFC8A
RGB
CMYK
RGB Variations
Color information
#CCFC8A (or 0xCCFC8A) is known color: Sulu. HEX triplet: CC, FC and 8A. RGB value is (204,252,138). Sum of RGB (Red+Green+Blue) = 204+252+138=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC8A is #330375. Grayscale: #E1E1E1. Windows color (decimal): -3343222 or 9108684. OLE color: 9108684.
HSL color Cylindrical-coordinate representation of color #CCFC8A: hue angle of 85.26º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCFC8A is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 138 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.01 |
| HSL | 85.26º | 0.95% | 0.76% | - |
| HSV(B) | 85.26º | 0.45% | 0.99% | - |
| XYZ | 64.3 | 84.29 | 36.93 | - |
| YUV | 224.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 138 | 0.19 | 0 | 0.45 | 0.01 | 85.26 | 0.95 | 0.76 |
| Hex | CC | FC | 8A | 13 | 0 | 2D | 1 | 55 | 5F | 4C |
| Octal | 314 | 374 | 212 | 23 | 0 | 55 | 1 | 125 | 137 | 114 |
| Binary | 11001100 | 11111100 | 10001010 | 10011 | 0 | 101101 | 1 | 1010101 | 1011111 | 1001100 |
Color Harmonies of #CCFC8A
Complementary color
Monochromatic Colors of #CCFC8A
Black with #CCFC8A
Text Example
Text Example
White with #CCFC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC8A; }
p { color: rgb(204,252,138); }
H1.HeaderClassName
{
color: #CCFC8A;
}
.AnyTagClassName
{
color: #CCFC8A;
}
</style>
background-color css
<style>
a { background-color: #CCFC8A; }
a { background-color: rgb(204,252,138); }
div.DivClassName
{
background-color: #CCFC8A;
}
.BgClassName
{
background-color: #CCFC8A;
}
</style>
border-color css
<style>
span { border-color: #CCFC8A; }
span { border-color: rgb(204,252,138); }
td.TdClassName
{
border-color: #CCFC8A;
}
.TagClassName
{
border-color: #CCFC8A;
}
</style>