Shades of Pear #CAF43C
Tints of Pear #CAF43C
RGB
CMYK
RGB Variations
Color information
#CAF43C (or 0xCAF43C) is known color: Pear. HEX triplet: CA, F4 and 3C. RGB value is (202,244,60). Sum of RGB (Red+Green+Blue) = 202+244+60=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF43C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF43C is #350BC3. Grayscale: #D3D3D3. Windows color (decimal): -3476420 or 3994826. OLE color: 3994826.
HSL color Cylindrical-coordinate representation of color #CAF43C: hue angle of 73.7º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAF43C is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 60 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.04 |
| HSL | 73.7º | 0.89% | 0.6% | - |
| HSV(B) | 73.7º | 0.75% | 0.96% | - |
| XYZ | 57.52 | 77.58 | 16.22 | - |
| YUV | 210.47 | 43.09 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 60 | 0.17 | 0 | 0.75 | 0.04 | 73.7 | 0.89 | 0.6 |
| Hex | CA | F4 | 3C | 11 | 0 | 4B | 4 | 4A | 59 | 3C |
| Octal | 312 | 364 | 74 | 21 | 0 | 113 | 4 | 112 | 131 | 74 |
| Binary | 11001010 | 11110100 | 111100 | 10001 | 0 | 1001011 | 100 | 1001010 | 1011001 | 111100 |
Color Harmonies of #CAF43C
Complementary color
Monochromatic Colors of #CAF43C
Black with #CAF43C
Text Example
Text Example
White with #CAF43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF43C; }
p { color: rgb(202,244,60); }
H1.HeaderClassName
{
color: #CAF43C;
}
.AnyTagClassName
{
color: #CAF43C;
}
</style>
background-color css
<style>
a { background-color: #CAF43C; }
a { background-color: rgb(202,244,60); }
div.DivClassName
{
background-color: #CAF43C;
}
.BgClassName
{
background-color: #CAF43C;
}
</style>
border-color css
<style>
span { border-color: #CAF43C; }
span { border-color: rgb(202,244,60); }
td.TdClassName
{
border-color: #CAF43C;
}
.TagClassName
{
border-color: #CAF43C;
}
</style>