Shades of Sulu #CCFF7B
Tints of Sulu #CCFF7B
RGB
CMYK
RGB Variations
Color information
#CCFF7B (or 0xCCFF7B) is known color: Sulu. HEX triplet: CC, FF and 7B. RGB value is (204,255,123). Sum of RGB (Red+Green+Blue) = 204+255+123=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF7B is #330084. Grayscale: #E1E1E1. Windows color (decimal): -3342469 or 8126412. OLE color: 8126412.
HSL color Cylindrical-coordinate representation of color #CCFF7B: hue angle of 83.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCFF7B is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 123 | - |
| CMYK | 0.2 | 0 | 0.52 | 0 |
| HSL | 83.18º | 1% | 0.74% | - |
| HSV(B) | 83.18º | 0.52% | 1% | - |
| XYZ | 64.24 | 85.79 | 31.91 | - |
| YUV | 224.7 | 70.6 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 123 | 0.2 | 0 | 0.52 | 0 | 83.18 | 1 | 0.74 |
| Hex | CC | FF | 7B | 14 | 0 | 34 | 0 | 53 | 64 | 4A |
| Octal | 314 | 377 | 173 | 24 | 0 | 64 | 0 | 123 | 144 | 112 |
| Binary | 11001100 | 11111111 | 1111011 | 10100 | 0 | 110100 | 0 | 1010011 | 1100100 | 1001010 |
Color Harmonies of #CCFF7B
Complementary color
Monochromatic Colors of #CCFF7B
Black with #CCFF7B
Text Example
Text Example
White with #CCFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF7B; }
p { color: rgb(204,255,123); }
H1.HeaderClassName
{
color: #CCFF7B;
}
.AnyTagClassName
{
color: #CCFF7B;
}
</style>
background-color css
<style>
a { background-color: #CCFF7B; }
a { background-color: rgb(204,255,123); }
div.DivClassName
{
background-color: #CCFF7B;
}
.BgClassName
{
background-color: #CCFF7B;
}
</style>
border-color css
<style>
span { border-color: #CCFF7B; }
span { border-color: rgb(204,255,123); }
td.TdClassName
{
border-color: #CCFF7B;
}
.TagClassName
{
border-color: #CCFF7B;
}
</style>