Shades of Sulu #CCFF7E
Tints of Sulu #CCFF7E
RGB
CMYK
RGB Variations
Color information
#CCFF7E (or 0xCCFF7E) is known color: Sulu. HEX triplet: CC, FF and 7E. RGB value is (204,255,126). Sum of RGB (Red+Green+Blue) = 204+255+126=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF7E is #330081. Grayscale: #E1E1E1. Windows color (decimal): -3342466 or 8323020. OLE color: 8323020.
HSL color Cylindrical-coordinate representation of color #CCFF7E: hue angle of 83.72º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCFF7E is Cyan = 0.2, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 126 | - |
| CMYK | 0.2 | 0 | 0.51 | 0 |
| HSL | 83.72º | 1% | 0.75% | - |
| HSV(B) | 83.72º | 0.51% | 1% | - |
| XYZ | 64.43 | 85.86 | 32.92 | - |
| YUV | 225.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 126 | 0.2 | 0 | 0.51 | 0 | 83.72 | 1 | 0.75 |
| Hex | CC | FF | 7E | 14 | 0 | 33 | 0 | 54 | 64 | 4B |
| Octal | 314 | 377 | 176 | 24 | 0 | 63 | 0 | 124 | 144 | 113 |
| Binary | 11001100 | 11111111 | 1111110 | 10100 | 0 | 110011 | 0 | 1010100 | 1100100 | 1001011 |
Color Harmonies of #CCFF7E
Complementary color
Monochromatic Colors of #CCFF7E
Black with #CCFF7E
Text Example
Text Example
White with #CCFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF7E; }
p { color: rgb(204,255,126); }
H1.HeaderClassName
{
color: #CCFF7E;
}
.AnyTagClassName
{
color: #CCFF7E;
}
</style>
background-color css
<style>
a { background-color: #CCFF7E; }
a { background-color: rgb(204,255,126); }
div.DivClassName
{
background-color: #CCFF7E;
}
.BgClassName
{
background-color: #CCFF7E;
}
</style>
border-color css
<style>
span { border-color: #CCFF7E; }
span { border-color: rgb(204,255,126); }
td.TdClassName
{
border-color: #CCFF7E;
}
.TagClassName
{
border-color: #CCFF7E;
}
</style>