Shades of Sulu #CCFD7B
Tints of Sulu #CCFD7B
RGB
CMYK
RGB Variations
Color information
#CCFD7B (or 0xCCFD7B) is known color: Sulu. HEX triplet: CC, FD and 7B. RGB value is (204,253,123). Sum of RGB (Red+Green+Blue) = 204+253+123=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD7B is #330284. Grayscale: #DFDFDF. Windows color (decimal): -3342981 or 8125900. OLE color: 8125900.
HSL color Cylindrical-coordinate representation of color #CCFD7B: hue angle of 82.62º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCFD7B is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 123 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.01 |
| HSL | 82.62º | 0.97% | 0.74% | - |
| HSV(B) | 82.62º | 0.51% | 0.99% | - |
| XYZ | 63.6 | 84.52 | 31.7 | - |
| YUV | 223.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 123 | 0.19 | 0 | 0.51 | 0.01 | 82.62 | 0.97 | 0.74 |
| Hex | CC | FD | 7B | 13 | 0 | 33 | 1 | 53 | 61 | 4A |
| Octal | 314 | 375 | 173 | 23 | 0 | 63 | 1 | 123 | 141 | 112 |
| Binary | 11001100 | 11111101 | 1111011 | 10011 | 0 | 110011 | 1 | 1010011 | 1100001 | 1001010 |
Color Harmonies of #CCFD7B
Complementary color
Monochromatic Colors of #CCFD7B
Black with #CCFD7B
Text Example
Text Example
White with #CCFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD7B; }
p { color: rgb(204,253,123); }
H1.HeaderClassName
{
color: #CCFD7B;
}
.AnyTagClassName
{
color: #CCFD7B;
}
</style>
background-color css
<style>
a { background-color: #CCFD7B; }
a { background-color: rgb(204,253,123); }
div.DivClassName
{
background-color: #CCFD7B;
}
.BgClassName
{
background-color: #CCFD7B;
}
</style>
border-color css
<style>
span { border-color: #CCFD7B; }
span { border-color: rgb(204,253,123); }
td.TdClassName
{
border-color: #CCFD7B;
}
.TagClassName
{
border-color: #CCFD7B;
}
</style>