Shades of Sulu #CCFF8A
Tints of Sulu #CCFF8A
RGB
CMYK
RGB Variations
Color information
#CCFF8A (or 0xCCFF8A) is known color: Sulu. HEX triplet: CC, FF and 8A. RGB value is (204,255,138). Sum of RGB (Red+Green+Blue) = 204+255+138=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 138 (54.30% from 255 or 23.12% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF8A is #330075. Grayscale: #E2E2E2. Windows color (decimal): -3342454 or 9109452. OLE color: 9109452.
HSL color Cylindrical-coordinate representation of color #CCFF8A: hue angle of 86.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCFF8A is Cyan = 0.2, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 138 | - |
| CMYK | 0.2 | 0 | 0.46 | 0 |
| HSL | 86.15º | 1% | 0.77% | - |
| HSV(B) | 86.15º | 0.46% | 1% | - |
| XYZ | 65.25 | 86.19 | 37.24 | - |
| YUV | 226.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 138 | 0.2 | 0 | 0.46 | 0 | 86.15 | 1 | 0.77 |
| Hex | CC | FF | 8A | 14 | 0 | 2E | 0 | 56 | 64 | 4D |
| Octal | 314 | 377 | 212 | 24 | 0 | 56 | 0 | 126 | 144 | 115 |
| Binary | 11001100 | 11111111 | 10001010 | 10100 | 0 | 101110 | 0 | 1010110 | 1100100 | 1001101 |
Color Harmonies of #CCFF8A
Complementary color
Monochromatic Colors of #CCFF8A
Black with #CCFF8A
Text Example
Text Example
White with #CCFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF8A; }
p { color: rgb(204,255,138); }
H1.HeaderClassName
{
color: #CCFF8A;
}
.AnyTagClassName
{
color: #CCFF8A;
}
</style>
background-color css
<style>
a { background-color: #CCFF8A; }
a { background-color: rgb(204,255,138); }
div.DivClassName
{
background-color: #CCFF8A;
}
.BgClassName
{
background-color: #CCFF8A;
}
</style>
border-color css
<style>
span { border-color: #CCFF8A; }
span { border-color: rgb(204,255,138); }
td.TdClassName
{
border-color: #CCFF8A;
}
.TagClassName
{
border-color: #CCFF8A;
}
</style>