Shades of Pear #CAF136
Tints of Pear #CAF136
RGB
CMYK
RGB Variations
Color information
#CAF136 (or 0xCAF136) is known color: Pear. HEX triplet: CA, F1 and 36. RGB value is (202,241,54). Sum of RGB (Red+Green+Blue) = 202+241+54=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 54 (21.48% from 255 or 10.87% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF136 is #350EC9. Grayscale: #D0D0D0. Windows color (decimal): -3477194 or 3600842. OLE color: 3600842.
HSL color Cylindrical-coordinate representation of color #CAF136: hue angle of 72.51º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAF136 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 54 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.05 |
| HSL | 72.51º | 0.87% | 0.58% | - |
| HSV(B) | 72.51º | 0.78% | 0.95% | - |
| XYZ | 56.48 | 75.73 | 15.13 | - |
| YUV | 208.02 | 41.08 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 54 | 0.16 | 0 | 0.78 | 0.05 | 72.51 | 0.87 | 0.58 |
| Hex | CA | F1 | 36 | 10 | 0 | 4E | 5 | 49 | 57 | 3A |
| Octal | 312 | 361 | 66 | 20 | 0 | 116 | 5 | 111 | 127 | 72 |
| Binary | 11001010 | 11110001 | 110110 | 10000 | 0 | 1001110 | 101 | 1001001 | 1010111 | 111010 |
Color Harmonies of #CAF136
Complementary color
Monochromatic Colors of #CAF136
Black with #CAF136
Text Example
Text Example
White with #CAF136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF136; }
p { color: rgb(202,241,54); }
H1.HeaderClassName
{
color: #CAF136;
}
.AnyTagClassName
{
color: #CAF136;
}
</style>
background-color css
<style>
a { background-color: #CAF136; }
a { background-color: rgb(202,241,54); }
div.DivClassName
{
background-color: #CAF136;
}
.BgClassName
{
background-color: #CAF136;
}
</style>
border-color css
<style>
span { border-color: #CAF136; }
span { border-color: rgb(202,241,54); }
td.TdClassName
{
border-color: #CAF136;
}
.TagClassName
{
border-color: #CAF136;
}
</style>