Shades of Pear #CAF92F
Tints of Pear #CAF92F
RGB
CMYK
RGB Variations
Color information
#CAF92F (or 0xCAF92F) is known color: Pear. HEX triplet: CA, F9 and 2F. RGB value is (202,249,47). Sum of RGB (Red+Green+Blue) = 202+249+47=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 47 (18.75% from 255 or 9.44% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF92F is #3506D0. Grayscale: #D4D4D4. Windows color (decimal): -3475153 or 3144138. OLE color: 3144138.
HSL color Cylindrical-coordinate representation of color #CAF92F: hue angle of 73.96º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAF92F is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 47 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.02 |
| HSL | 73.96º | 0.94% | 0.58% | - |
| HSV(B) | 73.96º | 0.81% | 0.98% | - |
| XYZ | 58.75 | 80.51 | 15.13 | - |
| YUV | 211.92 | 34.93 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 47 | 0.19 | 0 | 0.81 | 0.02 | 73.96 | 0.94 | 0.58 |
| Hex | CA | F9 | 2F | 13 | 0 | 51 | 2 | 4A | 5E | 3A |
| Octal | 312 | 371 | 57 | 23 | 0 | 121 | 2 | 112 | 136 | 72 |
| Binary | 11001010 | 11111001 | 101111 | 10011 | 0 | 1010001 | 10 | 1001010 | 1011110 | 111010 |
Color Harmonies of #CAF92F
Complementary color
Monochromatic Colors of #CAF92F
Black with #CAF92F
Text Example
Text Example
White with #CAF92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF92F; }
p { color: rgb(202,249,47); }
H1.HeaderClassName
{
color: #CAF92F;
}
.AnyTagClassName
{
color: #CAF92F;
}
</style>
background-color css
<style>
a { background-color: #CAF92F; }
a { background-color: rgb(202,249,47); }
div.DivClassName
{
background-color: #CAF92F;
}
.BgClassName
{
background-color: #CAF92F;
}
</style>
border-color css
<style>
span { border-color: #CAF92F; }
span { border-color: rgb(202,249,47); }
td.TdClassName
{
border-color: #CAF92F;
}
.TagClassName
{
border-color: #CAF92F;
}
</style>