Shades of Pear #CAF92C
Tints of Pear #CAF92C
RGB
CMYK
RGB Variations
Color information
#CAF92C (or 0xCAF92C) is known color: Pear. HEX triplet: CA, F9 and 2C. RGB value is (202,249,44). Sum of RGB (Red+Green+Blue) = 202+249+44=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF92C is #3506D3. Grayscale: #D4D4D4. Windows color (decimal): -3475156 or 2947530. OLE color: 2947530.
HSL color Cylindrical-coordinate representation of color #CAF92C: hue angle of 73.76º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAF92C is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 44 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.02 |
| HSL | 73.76º | 0.94% | 0.57% | - |
| HSV(B) | 73.76º | 0.82% | 0.98% | - |
| XYZ | 58.69 | 80.49 | 14.83 | - |
| YUV | 211.58 | 33.43 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 44 | 0.19 | 0 | 0.82 | 0.02 | 73.76 | 0.94 | 0.57 |
| Hex | CA | F9 | 2C | 13 | 0 | 52 | 2 | 4A | 5E | 39 |
| Octal | 312 | 371 | 54 | 23 | 0 | 122 | 2 | 112 | 136 | 71 |
| Binary | 11001010 | 11111001 | 101100 | 10011 | 0 | 1010010 | 10 | 1001010 | 1011110 | 111001 |
Color Harmonies of #CAF92C
Complementary color
Monochromatic Colors of #CAF92C
Black with #CAF92C
Text Example
Text Example
White with #CAF92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF92C; }
p { color: rgb(202,249,44); }
H1.HeaderClassName
{
color: #CAF92C;
}
.AnyTagClassName
{
color: #CAF92C;
}
</style>
background-color css
<style>
a { background-color: #CAF92C; }
a { background-color: rgb(202,249,44); }
div.DivClassName
{
background-color: #CAF92C;
}
.BgClassName
{
background-color: #CAF92C;
}
</style>
border-color css
<style>
span { border-color: #CAF92C; }
span { border-color: rgb(202,249,44); }
td.TdClassName
{
border-color: #CAF92C;
}
.TagClassName
{
border-color: #CAF92C;
}
</style>