Shades of Sulu #CCFE7B
Tints of Sulu #CCFE7B
RGB
CMYK
RGB Variations
Color information
#CCFE7B (or 0xCCFE7B) is known color: Sulu. HEX triplet: CC, FE and 7B. RGB value is (204,254,123). Sum of RGB (Red+Green+Blue) = 204+254+123=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE7B is #330184. Grayscale: #E0E0E0. Windows color (decimal): -3342725 or 8126156. OLE color: 8126156.
HSL color Cylindrical-coordinate representation of color #CCFE7B: hue angle of 82.9º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCFE7B is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 123 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.00 |
| HSL | 82.9º | 0.98% | 0.74% | - |
| HSV(B) | 82.9º | 0.52% | 1% | - |
| XYZ | 63.92 | 85.15 | 31.81 | - |
| YUV | 224.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 123 | 0.20 | 0 | 0.52 | 0.00 | 82.9 | 0.98 | 0.74 |
| Hex | CC | FE | 7B | 14 | 0 | 34 | 0 | 53 | 62 | 4A |
| Octal | 314 | 376 | 173 | 24 | 0 | 64 | 0 | 123 | 142 | 112 |
| Binary | 11001100 | 11111110 | 1111011 | 10100 | 0 | 110100 | 0 | 1010011 | 1100010 | 1001010 |
Color Harmonies of #CCFE7B
Complementary color
Monochromatic Colors of #CCFE7B
Black with #CCFE7B
Text Example
Text Example
White with #CCFE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE7B; }
p { color: rgb(204,254,123); }
H1.HeaderClassName
{
color: #CCFE7B;
}
.AnyTagClassName
{
color: #CCFE7B;
}
</style>
background-color css
<style>
a { background-color: #CCFE7B; }
a { background-color: rgb(204,254,123); }
div.DivClassName
{
background-color: #CCFE7B;
}
.BgClassName
{
background-color: #CCFE7B;
}
</style>
border-color css
<style>
span { border-color: #CCFE7B; }
span { border-color: rgb(204,254,123); }
td.TdClassName
{
border-color: #CCFE7B;
}
.TagClassName
{
border-color: #CCFE7B;
}
</style>