Shades of Pear #CAF946
Tints of Pear #CAF946
RGB
CMYK
RGB Variations
Color information
#CAF946 (or 0xCAF946) is known color: Pear. HEX triplet: CA, F9 and 46. RGB value is (202,249,70). Sum of RGB (Red+Green+Blue) = 202+249+70=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF946 is #3506B9. Grayscale: #D7D7D7. Windows color (decimal): -3475130 or 4651466. OLE color: 4651466.
HSL color Cylindrical-coordinate representation of color #CAF946: hue angle of 75.75º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAF946 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 70 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.02 |
| HSL | 75.75º | 0.94% | 0.63% | - |
| HSV(B) | 75.75º | 0.72% | 0.98% | - |
| XYZ | 59.34 | 80.75 | 18.25 | - |
| YUV | 214.54 | 46.43 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 70 | 0.19 | 0 | 0.72 | 0.02 | 75.75 | 0.94 | 0.63 |
| Hex | CA | F9 | 46 | 13 | 0 | 48 | 2 | 4C | 5E | 3F |
| Octal | 312 | 371 | 106 | 23 | 0 | 110 | 2 | 114 | 136 | 77 |
| Binary | 11001010 | 11111001 | 1000110 | 10011 | 0 | 1001000 | 10 | 1001100 | 1011110 | 111111 |
Color Harmonies of #CAF946
Complementary color
Monochromatic Colors of #CAF946
Black with #CAF946
Text Example
Text Example
White with #CAF946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF946; }
p { color: rgb(202,249,70); }
H1.HeaderClassName
{
color: #CAF946;
}
.AnyTagClassName
{
color: #CAF946;
}
</style>
background-color css
<style>
a { background-color: #CAF946; }
a { background-color: rgb(202,249,70); }
div.DivClassName
{
background-color: #CAF946;
}
.BgClassName
{
background-color: #CAF946;
}
</style>
border-color css
<style>
span { border-color: #CAF946; }
span { border-color: rgb(202,249,70); }
td.TdClassName
{
border-color: #CAF946;
}
.TagClassName
{
border-color: #CAF946;
}
</style>