Shades of Pear #CAF726
Tints of Pear #CAF726
RGB
CMYK
RGB Variations
Color information
#CAF726 (or 0xCAF726) is known color: Pear. HEX triplet: CA, F7 and 26. RGB value is (202,247,38). Sum of RGB (Red+Green+Blue) = 202+247+38=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 247 (96.88% from 255 or 50.72% from 487); Blue value is 38 (15.23% from 255 or 7.80% from 487); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF726 is #3508D9. Grayscale: #D2D2D2. Windows color (decimal): -3475674 or 2553802. OLE color: 2553802.
HSL color Cylindrical-coordinate representation of color #CAF726: hue angle of 72.92º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAF726 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 38 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.03 |
| HSL | 72.92º | 0.93% | 0.56% | - |
| HSV(B) | 72.92º | 0.85% | 0.97% | - |
| XYZ | 57.97 | 79.22 | 14.07 | - |
| YUV | 209.72 | 31.09 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 38 | 0.18 | 0 | 0.85 | 0.03 | 72.92 | 0.93 | 0.56 |
| Hex | CA | F7 | 26 | 12 | 0 | 55 | 3 | 49 | 5D | 38 |
| Octal | 312 | 367 | 46 | 22 | 0 | 125 | 3 | 111 | 135 | 70 |
| Binary | 11001010 | 11110111 | 100110 | 10010 | 0 | 1010101 | 11 | 1001001 | 1011101 | 111000 |
Color Harmonies of #CAF726
Complementary color
Monochromatic Colors of #CAF726
Black with #CAF726
Text Example
Text Example
White with #CAF726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF726; }
p { color: rgb(202,247,38); }
H1.HeaderClassName
{
color: #CAF726;
}
.AnyTagClassName
{
color: #CAF726;
}
</style>
background-color css
<style>
a { background-color: #CAF726; }
a { background-color: rgb(202,247,38); }
div.DivClassName
{
background-color: #CAF726;
}
.BgClassName
{
background-color: #CAF726;
}
</style>
border-color css
<style>
span { border-color: #CAF726; }
span { border-color: rgb(202,247,38); }
td.TdClassName
{
border-color: #CAF726;
}
.TagClassName
{
border-color: #CAF726;
}
</style>