Shades of Pear #CAF542
Tints of Pear #CAF542
RGB
CMYK
RGB Variations
Color information
#CAF542 (or 0xCAF542) is known color: Pear. HEX triplet: CA, F5 and 42. RGB value is (202,245,66). Sum of RGB (Red+Green+Blue) = 202+245+66=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF542 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF542 is #350ABD. Grayscale: #D4D4D4. Windows color (decimal): -3476158 or 4388298. OLE color: 4388298.
HSL color Cylindrical-coordinate representation of color #CAF542: hue angle of 74.41º degrees, saturation: 0.9, 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 #CAF542 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 66 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.04 |
| HSL | 74.41º | 0.9% | 0.61% | - |
| HSV(B) | 74.41º | 0.73% | 0.96% | - |
| XYZ | 57.99 | 78.25 | 17.2 | - |
| YUV | 211.74 | 45.75 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 66 | 0.18 | 0 | 0.73 | 0.04 | 74.41 | 0.9 | 0.61 |
| Hex | CA | F5 | 42 | 12 | 0 | 49 | 4 | 4A | 5A | 3D |
| Octal | 312 | 365 | 102 | 22 | 0 | 111 | 4 | 112 | 132 | 75 |
| Binary | 11001010 | 11110101 | 1000010 | 10010 | 0 | 1001001 | 100 | 1001010 | 1011010 | 111101 |
Color Harmonies of #CAF542
Complementary color
Monochromatic Colors of #CAF542
Black with #CAF542
Text Example
Text Example
White with #CAF542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF542; }
p { color: rgb(202,245,66); }
H1.HeaderClassName
{
color: #CAF542;
}
.AnyTagClassName
{
color: #CAF542;
}
</style>
background-color css
<style>
a { background-color: #CAF542; }
a { background-color: rgb(202,245,66); }
div.DivClassName
{
background-color: #CAF542;
}
.BgClassName
{
background-color: #CAF542;
}
</style>
border-color css
<style>
span { border-color: #CAF542; }
span { border-color: rgb(202,245,66); }
td.TdClassName
{
border-color: #CAF542;
}
.TagClassName
{
border-color: #CAF542;
}
</style>