Shades of Pear #CAF841
Tints of Pear #CAF841
RGB
CMYK
RGB Variations
Color information
#CAF841 (or 0xCAF841) is known color: Pear. HEX triplet: CA, F8 and 41. RGB value is (202,248,65). Sum of RGB (Red+Green+Blue) = 202+248+65=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF841 is #3507BE. Grayscale: #D6D6D6. Windows color (decimal): -3475391 or 4323530. OLE color: 4323530.
HSL color Cylindrical-coordinate representation of color #CAF841: hue angle of 75.08º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAF841 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 65 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.03 |
| HSL | 75.08º | 0.93% | 0.61% | - |
| HSV(B) | 75.08º | 0.74% | 0.97% | - |
| XYZ | 58.88 | 80.07 | 17.35 | - |
| YUV | 213.38 | 44.26 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 65 | 0.19 | 0 | 0.74 | 0.03 | 75.08 | 0.93 | 0.61 |
| Hex | CA | F8 | 41 | 13 | 0 | 4A | 3 | 4B | 5D | 3D |
| Octal | 312 | 370 | 101 | 23 | 0 | 112 | 3 | 113 | 135 | 75 |
| Binary | 11001010 | 11111000 | 1000001 | 10011 | 0 | 1001010 | 11 | 1001011 | 1011101 | 111101 |
Color Harmonies of #CAF841
Complementary color
Monochromatic Colors of #CAF841
Black with #CAF841
Text Example
Text Example
White with #CAF841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF841; }
p { color: rgb(202,248,65); }
H1.HeaderClassName
{
color: #CAF841;
}
.AnyTagClassName
{
color: #CAF841;
}
</style>
background-color css
<style>
a { background-color: #CAF841; }
a { background-color: rgb(202,248,65); }
div.DivClassName
{
background-color: #CAF841;
}
.BgClassName
{
background-color: #CAF841;
}
</style>
border-color css
<style>
span { border-color: #CAF841; }
span { border-color: rgb(202,248,65); }
td.TdClassName
{
border-color: #CAF841;
}
.TagClassName
{
border-color: #CAF841;
}
</style>