Shades of Pear #CAF121
Tints of Pear #CAF121
RGB
CMYK
RGB Variations
Color information
#CAF121 (or 0xCAF121) is known color: Pear. HEX triplet: CA, F1 and 21. RGB value is (202,241,33). Sum of RGB (Red+Green+Blue) = 202+241+33=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 33 (13.28% from 255 or 6.93% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF121 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF121 is #350EDE. Grayscale: #CECECE. Windows color (decimal): -3477215 or 2224586. OLE color: 2224586.
HSL color Cylindrical-coordinate representation of color #CAF121: hue angle of 71.25º 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 #CAF121 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 33 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.05 |
| HSL | 71.25º | 0.88% | 0.54% | - |
| HSV(B) | 71.25º | 0.86% | 0.95% | - |
| XYZ | 56.09 | 75.58 | 13.07 | - |
| YUV | 205.63 | 30.58 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 33 | 0.16 | 0 | 0.86 | 0.05 | 71.25 | 0.88 | 0.54 |
| Hex | CA | F1 | 21 | 10 | 0 | 56 | 5 | 47 | 58 | 36 |
| Octal | 312 | 361 | 41 | 20 | 0 | 126 | 5 | 107 | 130 | 66 |
| Binary | 11001010 | 11110001 | 100001 | 10000 | 0 | 1010110 | 101 | 1000111 | 1011000 | 110110 |
Color Harmonies of #CAF121
Complementary color
Monochromatic Colors of #CAF121
Black with #CAF121
Text Example
Text Example
White with #CAF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF121; }
p { color: rgb(202,241,33); }
H1.HeaderClassName
{
color: #CAF121;
}
.AnyTagClassName
{
color: #CAF121;
}
</style>
background-color css
<style>
a { background-color: #CAF121; }
a { background-color: rgb(202,241,33); }
div.DivClassName
{
background-color: #CAF121;
}
.BgClassName
{
background-color: #CAF121;
}
</style>
border-color css
<style>
span { border-color: #CAF121; }
span { border-color: rgb(202,241,33); }
td.TdClassName
{
border-color: #CAF121;
}
.TagClassName
{
border-color: #CAF121;
}
</style>