Shades of Pear #CCF02A
Tints of Pear #CCF02A
RGB
CMYK
RGB Variations
Color information
#CCF02A (or 0xCCF02A) is known color: Pear. HEX triplet: CC, F0 and 2A. RGB value is (204,240,42). Sum of RGB (Red+Green+Blue) = 204+240+42=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF02A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF02A is #330FD5. Grayscale: #CFCFCF. Windows color (decimal): -3346390 or 2814156. OLE color: 2814156.
HSL color Cylindrical-coordinate representation of color #CCF02A: hue angle of 70.91º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCF02A is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 42 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.06 |
| HSL | 70.91º | 0.87% | 0.55% | - |
| HSV(B) | 70.91º | 0.83% | 0.94% | - |
| XYZ | 56.48 | 75.32 | 13.75 | - |
| YUV | 206.66 | 35.07 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 42 | 0.15 | 0 | 0.82 | 0.06 | 70.91 | 0.87 | 0.55 |
| Hex | CC | F0 | 2A | F | 0 | 52 | 6 | 47 | 57 | 37 |
| Octal | 314 | 360 | 52 | 17 | 0 | 122 | 6 | 107 | 127 | 67 |
| Binary | 11001100 | 11110000 | 101010 | 1111 | 0 | 1010010 | 110 | 1000111 | 1010111 | 110111 |
Color Harmonies of #CCF02A
Complementary color
Monochromatic Colors of #CCF02A
Black with #CCF02A
Text Example
Text Example
White with #CCF02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF02A; }
p { color: rgb(204,240,42); }
H1.HeaderClassName
{
color: #CCF02A;
}
.AnyTagClassName
{
color: #CCF02A;
}
</style>
background-color css
<style>
a { background-color: #CCF02A; }
a { background-color: rgb(204,240,42); }
div.DivClassName
{
background-color: #CCF02A;
}
.BgClassName
{
background-color: #CCF02A;
}
</style>
border-color css
<style>
span { border-color: #CCF02A; }
span { border-color: rgb(204,240,42); }
td.TdClassName
{
border-color: #CCF02A;
}
.TagClassName
{
border-color: #CCF02A;
}
</style>