Shades of Pear #CAF63A
Tints of Pear #CAF63A
RGB
CMYK
RGB Variations
Color information
#CAF63A (or 0xCAF63A) is known color: Pear. HEX triplet: CA, F6 and 3A. RGB value is (202,246,58). Sum of RGB (Red+Green+Blue) = 202+246+58=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF63A is #3509C5. Grayscale: #D4D4D4. Windows color (decimal): -3475910 or 3864266. OLE color: 3864266.
HSL color Cylindrical-coordinate representation of color #CAF63A: hue angle of 74.04º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAF63A is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 58 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.04 |
| HSL | 74.04º | 0.91% | 0.6% | - |
| HSV(B) | 74.04º | 0.76% | 0.96% | - |
| XYZ | 58.08 | 78.77 | 16.15 | - |
| YUV | 211.41 | 41.42 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 58 | 0.18 | 0 | 0.76 | 0.04 | 74.04 | 0.91 | 0.6 |
| Hex | CA | F6 | 3A | 12 | 0 | 4C | 4 | 4A | 5B | 3C |
| Octal | 312 | 366 | 72 | 22 | 0 | 114 | 4 | 112 | 133 | 74 |
| Binary | 11001010 | 11110110 | 111010 | 10010 | 0 | 1001100 | 100 | 1001010 | 1011011 | 111100 |
Color Harmonies of #CAF63A
Complementary color
Monochromatic Colors of #CAF63A
Black with #CAF63A
Text Example
Text Example
White with #CAF63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF63A; }
p { color: rgb(202,246,58); }
H1.HeaderClassName
{
color: #CAF63A;
}
.AnyTagClassName
{
color: #CAF63A;
}
</style>
background-color css
<style>
a { background-color: #CAF63A; }
a { background-color: rgb(202,246,58); }
div.DivClassName
{
background-color: #CAF63A;
}
.BgClassName
{
background-color: #CAF63A;
}
</style>
border-color css
<style>
span { border-color: #CAF63A; }
span { border-color: rgb(202,246,58); }
td.TdClassName
{
border-color: #CAF63A;
}
.TagClassName
{
border-color: #CAF63A;
}
</style>