Shades of Pear #CAF936
Tints of Pear #CAF936
RGB
CMYK
RGB Variations
Color information
#CAF936 (or 0xCAF936) is known color: Pear. HEX triplet: CA, F9 and 36. RGB value is (202,249,54). Sum of RGB (Red+Green+Blue) = 202+249+54=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 54 (21.48% from 255 or 10.69% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF936 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF936 is #3506C9. Grayscale: #D5D5D5. Windows color (decimal): -3475146 or 3602890. OLE color: 3602890.
HSL color Cylindrical-coordinate representation of color #CAF936: hue angle of 74.46º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAF936 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 54 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.02 |
| HSL | 74.46º | 0.94% | 0.59% | - |
| HSV(B) | 74.46º | 0.78% | 0.98% | - |
| XYZ | 58.9 | 80.57 | 15.94 | - |
| YUV | 212.72 | 38.43 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 54 | 0.19 | 0 | 0.78 | 0.02 | 74.46 | 0.94 | 0.59 |
| Hex | CA | F9 | 36 | 13 | 0 | 4E | 2 | 4A | 5E | 3B |
| Octal | 312 | 371 | 66 | 23 | 0 | 116 | 2 | 112 | 136 | 73 |
| Binary | 11001010 | 11111001 | 110110 | 10011 | 0 | 1001110 | 10 | 1001010 | 1011110 | 111011 |
Color Harmonies of #CAF936
Complementary color
Monochromatic Colors of #CAF936
Black with #CAF936
Text Example
Text Example
White with #CAF936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF936; }
p { color: rgb(202,249,54); }
H1.HeaderClassName
{
color: #CAF936;
}
.AnyTagClassName
{
color: #CAF936;
}
</style>
background-color css
<style>
a { background-color: #CAF936; }
a { background-color: rgb(202,249,54); }
div.DivClassName
{
background-color: #CAF936;
}
.BgClassName
{
background-color: #CAF936;
}
</style>
border-color css
<style>
span { border-color: #CAF936; }
span { border-color: rgb(202,249,54); }
td.TdClassName
{
border-color: #CAF936;
}
.TagClassName
{
border-color: #CAF936;
}
</style>