Shades of Pear #CAF122
Tints of Pear #CAF122
RGB
CMYK
RGB Variations
Color information
#CAF122 (or 0xCAF122) is known color: Pear. HEX triplet: CA, F1 and 22. RGB value is (202,241,34). Sum of RGB (Red+Green+Blue) = 202+241+34=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF122 is #350EDD. Grayscale: #CECECE. Windows color (decimal): -3477214 or 2290122. OLE color: 2290122.
HSL color Cylindrical-coordinate representation of color #CAF122: hue angle of 71.3º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAF122 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 34 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.05 |
| HSL | 71.3º | 0.88% | 0.54% | - |
| HSV(B) | 71.3º | 0.86% | 0.95% | - |
| XYZ | 56.1 | 75.58 | 13.15 | - |
| YUV | 205.74 | 31.08 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 34 | 0.16 | 0 | 0.86 | 0.05 | 71.3 | 0.88 | 0.54 |
| Hex | CA | F1 | 22 | 10 | 0 | 56 | 5 | 47 | 58 | 36 |
| Octal | 312 | 361 | 42 | 20 | 0 | 126 | 5 | 107 | 130 | 66 |
| Binary | 11001010 | 11110001 | 100010 | 10000 | 0 | 1010110 | 101 | 1000111 | 1011000 | 110110 |
Color Harmonies of #CAF122
Complementary color
Monochromatic Colors of #CAF122
Black with #CAF122
Text Example
Text Example
White with #CAF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF122; }
p { color: rgb(202,241,34); }
H1.HeaderClassName
{
color: #CAF122;
}
.AnyTagClassName
{
color: #CAF122;
}
</style>
background-color css
<style>
a { background-color: #CAF122; }
a { background-color: rgb(202,241,34); }
div.DivClassName
{
background-color: #CAF122;
}
.BgClassName
{
background-color: #CAF122;
}
</style>
border-color css
<style>
span { border-color: #CAF122; }
span { border-color: rgb(202,241,34); }
td.TdClassName
{
border-color: #CAF122;
}
.TagClassName
{
border-color: #CAF122;
}
</style>