Shades of Pear #CAF441
Tints of Pear #CAF441
RGB
CMYK
RGB Variations
Color information
#CAF441 (or 0xCAF441) is known color: Pear. HEX triplet: CA, F4 and 41. RGB value is (202,244,65). Sum of RGB (Red+Green+Blue) = 202+244+65=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF441 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF441 is #350BBE. Grayscale: #D3D3D3. Windows color (decimal): -3476415 or 4322506. OLE color: 4322506.
HSL color Cylindrical-coordinate representation of color #CAF441: hue angle of 74.08º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAF441 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 65 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.04 |
| HSL | 74.08º | 0.89% | 0.61% | - |
| HSV(B) | 74.08º | 0.73% | 0.96% | - |
| XYZ | 57.66 | 77.64 | 16.95 | - |
| YUV | 211.04 | 45.59 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 65 | 0.17 | 0 | 0.73 | 0.04 | 74.08 | 0.89 | 0.61 |
| Hex | CA | F4 | 41 | 11 | 0 | 49 | 4 | 4A | 59 | 3D |
| Octal | 312 | 364 | 101 | 21 | 0 | 111 | 4 | 112 | 131 | 75 |
| Binary | 11001010 | 11110100 | 1000001 | 10001 | 0 | 1001001 | 100 | 1001010 | 1011001 | 111101 |
Color Harmonies of #CAF441
Complementary color
Monochromatic Colors of #CAF441
Black with #CAF441
Text Example
Text Example
White with #CAF441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF441; }
p { color: rgb(202,244,65); }
H1.HeaderClassName
{
color: #CAF441;
}
.AnyTagClassName
{
color: #CAF441;
}
</style>
background-color css
<style>
a { background-color: #CAF441; }
a { background-color: rgb(202,244,65); }
div.DivClassName
{
background-color: #CAF441;
}
.BgClassName
{
background-color: #CAF441;
}
</style>
border-color css
<style>
span { border-color: #CAF441; }
span { border-color: rgb(202,244,65); }
td.TdClassName
{
border-color: #CAF441;
}
.TagClassName
{
border-color: #CAF441;
}
</style>