Shades of Pear #CAF93D
Tints of Pear #CAF93D
RGB
CMYK
RGB Variations
Color information
#CAF93D (or 0xCAF93D) is known color: Pear. HEX triplet: CA, F9 and 3D. RGB value is (202,249,61). Sum of RGB (Red+Green+Blue) = 202+249+61=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF93D is #3506C2. Grayscale: #D6D6D6. Windows color (decimal): -3475139 or 4061642. OLE color: 4061642.
HSL color Cylindrical-coordinate representation of color #CAF93D: hue angle of 75º 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 #CAF93D is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 61 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.02 |
| HSL | 75º | 0.94% | 0.61% | - |
| HSV(B) | 75º | 0.76% | 0.98% | - |
| XYZ | 59.08 | 80.64 | 16.87 | - |
| YUV | 213.52 | 41.93 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 61 | 0.19 | 0 | 0.76 | 0.02 | 75 | 0.94 | 0.61 |
| Hex | CA | F9 | 3D | 13 | 0 | 4C | 2 | 4B | 5E | 3D |
| Octal | 312 | 371 | 75 | 23 | 0 | 114 | 2 | 113 | 136 | 75 |
| Binary | 11001010 | 11111001 | 111101 | 10011 | 0 | 1001100 | 10 | 1001011 | 1011110 | 111101 |
Color Harmonies of #CAF93D
Complementary color
Monochromatic Colors of #CAF93D
Black with #CAF93D
Text Example
Text Example
White with #CAF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF93D; }
p { color: rgb(202,249,61); }
H1.HeaderClassName
{
color: #CAF93D;
}
.AnyTagClassName
{
color: #CAF93D;
}
</style>
background-color css
<style>
a { background-color: #CAF93D; }
a { background-color: rgb(202,249,61); }
div.DivClassName
{
background-color: #CAF93D;
}
.BgClassName
{
background-color: #CAF93D;
}
</style>
border-color css
<style>
span { border-color: #CAF93D; }
span { border-color: rgb(202,249,61); }
td.TdClassName
{
border-color: #CAF93D;
}
.TagClassName
{
border-color: #CAF93D;
}
</style>