Shades of Pear #CAF833
Tints of Pear #CAF833
RGB
CMYK
RGB Variations
Color information
#CAF833 (or 0xCAF833) is known color: Pear. HEX triplet: CA, F8 and 33. RGB value is (202,248,51). Sum of RGB (Red+Green+Blue) = 202+248+51=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 51 (20.31% from 255 or 10.18% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF833 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF833 is #3507CC. Grayscale: #D4D4D4. Windows color (decimal): -3475405 or 3406026. OLE color: 3406026.
HSL color Cylindrical-coordinate representation of color #CAF833: hue angle of 74.01º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAF833 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 51 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.03 |
| HSL | 74.01º | 0.93% | 0.59% | - |
| HSV(B) | 74.01º | 0.79% | 0.97% | - |
| XYZ | 58.52 | 79.93 | 15.48 | - |
| YUV | 211.79 | 37.26 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 51 | 0.19 | 0 | 0.79 | 0.03 | 74.01 | 0.93 | 0.59 |
| Hex | CA | F8 | 33 | 13 | 0 | 4F | 3 | 4A | 5D | 3B |
| Octal | 312 | 370 | 63 | 23 | 0 | 117 | 3 | 112 | 135 | 73 |
| Binary | 11001010 | 11111000 | 110011 | 10011 | 0 | 1001111 | 11 | 1001010 | 1011101 | 111011 |
Color Harmonies of #CAF833
Complementary color
Monochromatic Colors of #CAF833
Black with #CAF833
Text Example
Text Example
White with #CAF833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF833; }
p { color: rgb(202,248,51); }
H1.HeaderClassName
{
color: #CAF833;
}
.AnyTagClassName
{
color: #CAF833;
}
</style>
background-color css
<style>
a { background-color: #CAF833; }
a { background-color: rgb(202,248,51); }
div.DivClassName
{
background-color: #CAF833;
}
.BgClassName
{
background-color: #CAF833;
}
</style>
border-color css
<style>
span { border-color: #CAF833; }
span { border-color: rgb(202,248,51); }
td.TdClassName
{
border-color: #CAF833;
}
.TagClassName
{
border-color: #CAF833;
}
</style>