Shades of Pear #CAF93C
Tints of Pear #CAF93C
RGB
CMYK
RGB Variations
Color information
#CAF93C (or 0xCAF93C) is known color: Pear. HEX triplet: CA, F9 and 3C. RGB value is (202,249,60). Sum of RGB (Red+Green+Blue) = 202+249+60=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF93C is #3506C3. Grayscale: #D6D6D6. Windows color (decimal): -3475140 or 3996106. OLE color: 3996106.
HSL color Cylindrical-coordinate representation of color #CAF93C: hue angle of 74.92º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAF93C is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 60 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.02 |
| HSL | 74.92º | 0.94% | 0.61% | - |
| HSV(B) | 74.92º | 0.76% | 0.98% | - |
| XYZ | 59.05 | 80.63 | 16.73 | - |
| YUV | 213.4 | 41.43 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 60 | 0.19 | 0 | 0.76 | 0.02 | 74.92 | 0.94 | 0.61 |
| Hex | CA | F9 | 3C | 13 | 0 | 4C | 2 | 4B | 5E | 3D |
| Octal | 312 | 371 | 74 | 23 | 0 | 114 | 2 | 113 | 136 | 75 |
| Binary | 11001010 | 11111001 | 111100 | 10011 | 0 | 1001100 | 10 | 1001011 | 1011110 | 111101 |
Color Harmonies of #CAF93C
Complementary color
Monochromatic Colors of #CAF93C
Black with #CAF93C
Text Example
Text Example
White with #CAF93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF93C; }
p { color: rgb(202,249,60); }
H1.HeaderClassName
{
color: #CAF93C;
}
.AnyTagClassName
{
color: #CAF93C;
}
</style>
background-color css
<style>
a { background-color: #CAF93C; }
a { background-color: rgb(202,249,60); }
div.DivClassName
{
background-color: #CAF93C;
}
.BgClassName
{
background-color: #CAF93C;
}
</style>
border-color css
<style>
span { border-color: #CAF93C; }
span { border-color: rgb(202,249,60); }
td.TdClassName
{
border-color: #CAF93C;
}
.TagClassName
{
border-color: #CAF93C;
}
</style>