Shades of Pear #CAF443
Tints of Pear #CAF443
RGB
CMYK
RGB Variations
Color information
#CAF443 (or 0xCAF443) is known color: Pear. HEX triplet: CA, F4 and 43. RGB value is (202,244,67). Sum of RGB (Red+Green+Blue) = 202+244+67=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 67 (26.56% from 255 or 13.06% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF443 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF443 is #350BBC. Grayscale: #D3D3D3. Windows color (decimal): -3476413 or 4453578. OLE color: 4453578.
HSL color Cylindrical-coordinate representation of color #CAF443: hue angle of 74.24º 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 #CAF443 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 67 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.04 |
| HSL | 74.24º | 0.89% | 0.61% | - |
| HSV(B) | 74.24º | 0.73% | 0.96% | - |
| XYZ | 57.72 | 77.66 | 17.26 | - |
| YUV | 211.26 | 46.59 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 67 | 0.17 | 0 | 0.73 | 0.04 | 74.24 | 0.89 | 0.61 |
| Hex | CA | F4 | 43 | 11 | 0 | 49 | 4 | 4A | 59 | 3D |
| Octal | 312 | 364 | 103 | 21 | 0 | 111 | 4 | 112 | 131 | 75 |
| Binary | 11001010 | 11110100 | 1000011 | 10001 | 0 | 1001001 | 100 | 1001010 | 1011001 | 111101 |
Color Harmonies of #CAF443
Complementary color
Monochromatic Colors of #CAF443
Black with #CAF443
Text Example
Text Example
White with #CAF443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF443; }
p { color: rgb(202,244,67); }
H1.HeaderClassName
{
color: #CAF443;
}
.AnyTagClassName
{
color: #CAF443;
}
</style>
background-color css
<style>
a { background-color: #CAF443; }
a { background-color: rgb(202,244,67); }
div.DivClassName
{
background-color: #CAF443;
}
.BgClassName
{
background-color: #CAF443;
}
</style>
border-color css
<style>
span { border-color: #CAF443; }
span { border-color: rgb(202,244,67); }
td.TdClassName
{
border-color: #CAF443;
}
.TagClassName
{
border-color: #CAF443;
}
</style>