Shades of Pear #CAFC32
Tints of Pear #CAFC32
RGB
CMYK
RGB Variations
Color information
#CAFC32 (or 0xCAFC32) is known color: Pear. HEX triplet: CA, FC and 32. RGB value is (202,252,50). Sum of RGB (Red+Green+Blue) = 202+252+50=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFC32 is #3503CD. Grayscale: #D6D6D6. Windows color (decimal): -3474382 or 3341514. OLE color: 3341514.
HSL color Cylindrical-coordinate representation of color #CAFC32: hue angle of 74.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAFC32 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 50 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.01 |
| HSL | 74.85º | 0.97% | 0.59% | - |
| HSV(B) | 74.85º | 0.8% | 0.99% | - |
| XYZ | 59.74 | 82.41 | 15.78 | - |
| YUV | 214.02 | 35.44 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 50 | 0.20 | 0 | 0.80 | 0.01 | 74.85 | 0.97 | 0.59 |
| Hex | CA | FC | 32 | 14 | 0 | 50 | 1 | 4B | 61 | 3B |
| Octal | 312 | 374 | 62 | 24 | 0 | 120 | 1 | 113 | 141 | 73 |
| Binary | 11001010 | 11111100 | 110010 | 10100 | 0 | 1010000 | 1 | 1001011 | 1100001 | 111011 |
Color Harmonies of #CAFC32
Complementary color
Monochromatic Colors of #CAFC32
Black with #CAFC32
Text Example
Text Example
White with #CAFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFC32; }
p { color: rgb(202,252,50); }
H1.HeaderClassName
{
color: #CAFC32;
}
.AnyTagClassName
{
color: #CAFC32;
}
</style>
background-color css
<style>
a { background-color: #CAFC32; }
a { background-color: rgb(202,252,50); }
div.DivClassName
{
background-color: #CAFC32;
}
.BgClassName
{
background-color: #CAFC32;
}
</style>
border-color css
<style>
span { border-color: #CAFC32; }
span { border-color: rgb(202,252,50); }
td.TdClassName
{
border-color: #CAFC32;
}
.TagClassName
{
border-color: #CAFC32;
}
</style>