Shades of Pear #CAF64A
Tints of Pear #CAF64A
RGB
CMYK
RGB Variations
Color information
#CAF64A (or 0xCAF64A) is known color: Pear. HEX triplet: CA, F6 and 4A. RGB value is (202,246,74). Sum of RGB (Red+Green+Blue) = 202+246+74=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF64A is #3509B5. Grayscale: #D5D5D5. Windows color (decimal): -3475894 or 4912842. OLE color: 4912842.
HSL color Cylindrical-coordinate representation of color #CAF64A: hue angle of 75.35º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAF64A is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 74 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.04 |
| HSL | 75.35º | 0.91% | 0.63% | - |
| HSV(B) | 75.35º | 0.7% | 0.96% | - |
| XYZ | 58.55 | 78.96 | 18.63 | - |
| YUV | 213.24 | 49.42 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 74 | 0.18 | 0 | 0.70 | 0.04 | 75.35 | 0.91 | 0.63 |
| Hex | CA | F6 | 4A | 12 | 0 | 46 | 4 | 4B | 5B | 3F |
| Octal | 312 | 366 | 112 | 22 | 0 | 106 | 4 | 113 | 133 | 77 |
| Binary | 11001010 | 11110110 | 1001010 | 10010 | 0 | 1000110 | 100 | 1001011 | 1011011 | 111111 |
Color Harmonies of #CAF64A
Complementary color
Monochromatic Colors of #CAF64A
Black with #CAF64A
Text Example
Text Example
White with #CAF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF64A; }
p { color: rgb(202,246,74); }
H1.HeaderClassName
{
color: #CAF64A;
}
.AnyTagClassName
{
color: #CAF64A;
}
</style>
background-color css
<style>
a { background-color: #CAF64A; }
a { background-color: rgb(202,246,74); }
div.DivClassName
{
background-color: #CAF64A;
}
.BgClassName
{
background-color: #CAF64A;
}
</style>
border-color css
<style>
span { border-color: #CAF64A; }
span { border-color: rgb(202,246,74); }
td.TdClassName
{
border-color: #CAF64A;
}
.TagClassName
{
border-color: #CAF64A;
}
</style>