Shades of Pear #CCFD2A
Tints of Pear #CCFD2A
RGB
CMYK
RGB Variations
Color information
#CCFD2A (or 0xCCFD2A) is known color: Pear. HEX triplet: CC, FD and 2A. RGB value is (204,253,42). Sum of RGB (Red+Green+Blue) = 204+253+42=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD2A is #3302D5. Grayscale: #D7D7D7. Windows color (decimal): -3343062 or 2817484. OLE color: 2817484.
HSL color Cylindrical-coordinate representation of color #CCFD2A: hue angle of 73.93º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCFD2A is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 42 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.01 |
| HSL | 73.93º | 0.98% | 0.58% | - |
| HSV(B) | 73.93º | 0.83% | 0.99% | - |
| XYZ | 60.45 | 83.26 | 15.07 | - |
| YUV | 214.3 | 30.77 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 42 | 0.19 | 0 | 0.83 | 0.01 | 73.93 | 0.98 | 0.58 |
| Hex | CC | FD | 2A | 13 | 0 | 53 | 1 | 4A | 62 | 3A |
| Octal | 314 | 375 | 52 | 23 | 0 | 123 | 1 | 112 | 142 | 72 |
| Binary | 11001100 | 11111101 | 101010 | 10011 | 0 | 1010011 | 1 | 1001010 | 1100010 | 111010 |
Color Harmonies of #CCFD2A
Complementary color
Monochromatic Colors of #CCFD2A
Black with #CCFD2A
Text Example
Text Example
White with #CCFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD2A; }
p { color: rgb(204,253,42); }
H1.HeaderClassName
{
color: #CCFD2A;
}
.AnyTagClassName
{
color: #CCFD2A;
}
</style>
background-color css
<style>
a { background-color: #CCFD2A; }
a { background-color: rgb(204,253,42); }
div.DivClassName
{
background-color: #CCFD2A;
}
.BgClassName
{
background-color: #CCFD2A;
}
</style>
border-color css
<style>
span { border-color: #CCFD2A; }
span { border-color: rgb(204,253,42); }
td.TdClassName
{
border-color: #CCFD2A;
}
.TagClassName
{
border-color: #CCFD2A;
}
</style>