Shades of Pear #CAF433
Tints of Pear #CAF433
RGB
CMYK
RGB Variations
Color information
#CAF433 (or 0xCAF433) is known color: Pear. HEX triplet: CA, F4 and 33. RGB value is (202,244,51). Sum of RGB (Red+Green+Blue) = 202+244+51=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 51 (20.31% from 255 or 10.26% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF433 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF433 is #350BCC. Grayscale: #D2D2D2. Windows color (decimal): -3476429 or 3405002. OLE color: 3405002.
HSL color Cylindrical-coordinate representation of color #CAF433: hue angle of 73.06º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAF433 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 51 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.04 |
| HSL | 73.06º | 0.9% | 0.58% | - |
| HSV(B) | 73.06º | 0.79% | 0.96% | - |
| XYZ | 57.31 | 77.5 | 15.07 | - |
| YUV | 209.44 | 38.59 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 51 | 0.17 | 0 | 0.79 | 0.04 | 73.06 | 0.9 | 0.58 |
| Hex | CA | F4 | 33 | 11 | 0 | 4F | 4 | 49 | 5A | 3A |
| Octal | 312 | 364 | 63 | 21 | 0 | 117 | 4 | 111 | 132 | 72 |
| Binary | 11001010 | 11110100 | 110011 | 10001 | 0 | 1001111 | 100 | 1001001 | 1011010 | 111010 |
Color Harmonies of #CAF433
Complementary color
Monochromatic Colors of #CAF433
Black with #CAF433
Text Example
Text Example
White with #CAF433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF433; }
p { color: rgb(202,244,51); }
H1.HeaderClassName
{
color: #CAF433;
}
.AnyTagClassName
{
color: #CAF433;
}
</style>
background-color css
<style>
a { background-color: #CAF433; }
a { background-color: rgb(202,244,51); }
div.DivClassName
{
background-color: #CAF433;
}
.BgClassName
{
background-color: #CAF433;
}
</style>
border-color css
<style>
span { border-color: #CAF433; }
span { border-color: rgb(202,244,51); }
td.TdClassName
{
border-color: #CAF433;
}
.TagClassName
{
border-color: #CAF433;
}
</style>