Shades of Pear #CAF330
Tints of Pear #CAF330
RGB
CMYK
RGB Variations
Color information
#CAF330 (or 0xCAF330) is known color: Pear. HEX triplet: CA, F3 and 30. RGB value is (202,243,48). Sum of RGB (Red+Green+Blue) = 202+243+48=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF330 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF330 is #350CCF. Grayscale: #D1D1D1. Windows color (decimal): -3476688 or 3208138. OLE color: 3208138.
HSL color Cylindrical-coordinate representation of color #CAF330: hue angle of 72.62º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAF330 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 48 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.05 |
| HSL | 72.62º | 0.89% | 0.57% | - |
| HSV(B) | 72.62º | 0.8% | 0.95% | - |
| XYZ | 56.94 | 76.87 | 14.63 | - |
| YUV | 208.51 | 37.42 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 48 | 0.17 | 0 | 0.80 | 0.05 | 72.62 | 0.89 | 0.57 |
| Hex | CA | F3 | 30 | 11 | 0 | 50 | 5 | 49 | 59 | 39 |
| Octal | 312 | 363 | 60 | 21 | 0 | 120 | 5 | 111 | 131 | 71 |
| Binary | 11001010 | 11110011 | 110000 | 10001 | 0 | 1010000 | 101 | 1001001 | 1011001 | 111001 |
Color Harmonies of #CAF330
Complementary color
Monochromatic Colors of #CAF330
Black with #CAF330
Text Example
Text Example
White with #CAF330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF330; }
p { color: rgb(202,243,48); }
H1.HeaderClassName
{
color: #CAF330;
}
.AnyTagClassName
{
color: #CAF330;
}
</style>
background-color css
<style>
a { background-color: #CAF330; }
a { background-color: rgb(202,243,48); }
div.DivClassName
{
background-color: #CAF330;
}
.BgClassName
{
background-color: #CAF330;
}
</style>
border-color css
<style>
span { border-color: #CAF330; }
span { border-color: rgb(202,243,48); }
td.TdClassName
{
border-color: #CAF330;
}
.TagClassName
{
border-color: #CAF330;
}
</style>