Shades of Pear #CAF241
Tints of Pear #CAF241
RGB
CMYK
RGB Variations
Color information
#CAF241 (or 0xCAF241) is known color: Pear. HEX triplet: CA, F2 and 41. RGB value is (202,242,65). Sum of RGB (Red+Green+Blue) = 202+242+65=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF241 is #350DBE. Grayscale: #D2D2D2. Windows color (decimal): -3476927 or 4321994. OLE color: 4321994.
HSL color Cylindrical-coordinate representation of color #CAF241: hue angle of 73.56º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAF241 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 65 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.05 |
| HSL | 73.56º | 0.87% | 0.6% | - |
| HSV(B) | 73.56º | 0.73% | 0.95% | - |
| XYZ | 57.06 | 76.44 | 16.75 | - |
| YUV | 209.86 | 46.25 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 65 | 0.17 | 0 | 0.73 | 0.05 | 73.56 | 0.87 | 0.6 |
| Hex | CA | F2 | 41 | 11 | 0 | 49 | 5 | 4A | 57 | 3C |
| Octal | 312 | 362 | 101 | 21 | 0 | 111 | 5 | 112 | 127 | 74 |
| Binary | 11001010 | 11110010 | 1000001 | 10001 | 0 | 1001001 | 101 | 1001010 | 1010111 | 111100 |
Color Harmonies of #CAF241
Complementary color
Monochromatic Colors of #CAF241
Black with #CAF241
Text Example
Text Example
White with #CAF241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF241; }
p { color: rgb(202,242,65); }
H1.HeaderClassName
{
color: #CAF241;
}
.AnyTagClassName
{
color: #CAF241;
}
</style>
background-color css
<style>
a { background-color: #CAF241; }
a { background-color: rgb(202,242,65); }
div.DivClassName
{
background-color: #CAF241;
}
.BgClassName
{
background-color: #CAF241;
}
</style>
border-color css
<style>
span { border-color: #CAF241; }
span { border-color: rgb(202,242,65); }
td.TdClassName
{
border-color: #CAF241;
}
.TagClassName
{
border-color: #CAF241;
}
</style>