Shades of Pear #CAF32C
Tints of Pear #CAF32C
RGB
CMYK
RGB Variations
Color information
#CAF32C (or 0xCAF32C) is known color: Pear. HEX triplet: CA, F3 and 2C. RGB value is (202,243,44). Sum of RGB (Red+Green+Blue) = 202+243+44=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF32C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF32C is #350CD3. Grayscale: #D0D0D0. Windows color (decimal): -3476692 or 2945994. OLE color: 2945994.
HSL color Cylindrical-coordinate representation of color #CAF32C: hue angle of 72.36º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAF32C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 44 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.05 |
| HSL | 72.36º | 0.89% | 0.56% | - |
| HSV(B) | 72.36º | 0.82% | 0.95% | - |
| XYZ | 56.86 | 76.84 | 14.22 | - |
| YUV | 208.06 | 35.42 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 44 | 0.17 | 0 | 0.82 | 0.05 | 72.36 | 0.89 | 0.56 |
| Hex | CA | F3 | 2C | 11 | 0 | 52 | 5 | 48 | 59 | 38 |
| Octal | 312 | 363 | 54 | 21 | 0 | 122 | 5 | 110 | 131 | 70 |
| Binary | 11001010 | 11110011 | 101100 | 10001 | 0 | 1010010 | 101 | 1001000 | 1011001 | 111000 |
Color Harmonies of #CAF32C
Complementary color
Monochromatic Colors of #CAF32C
Black with #CAF32C
Text Example
Text Example
White with #CAF32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF32C; }
p { color: rgb(202,243,44); }
H1.HeaderClassName
{
color: #CAF32C;
}
.AnyTagClassName
{
color: #CAF32C;
}
</style>
background-color css
<style>
a { background-color: #CAF32C; }
a { background-color: rgb(202,243,44); }
div.DivClassName
{
background-color: #CAF32C;
}
.BgClassName
{
background-color: #CAF32C;
}
</style>
border-color css
<style>
span { border-color: #CAF32C; }
span { border-color: rgb(202,243,44); }
td.TdClassName
{
border-color: #CAF32C;
}
.TagClassName
{
border-color: #CAF32C;
}
</style>