Shades of Pear #CAFD2D
Tints of Pear #CAFD2D
RGB
CMYK
RGB Variations
Color information
#CAFD2D (or 0xCAFD2D) is known color: Pear. HEX triplet: CA, FD and 2D. RGB value is (202,253,45). Sum of RGB (Red+Green+Blue) = 202+253+45=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFD2D is #3502D2. Grayscale: #D6D6D6. Windows color (decimal): -3474131 or 3014090. OLE color: 3014090.
HSL color Cylindrical-coordinate representation of color #CAFD2D: hue angle of 74.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAFD2D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 45 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.01 |
| HSL | 74.71º | 0.98% | 0.58% | - |
| HSV(B) | 74.71º | 0.82% | 0.99% | - |
| XYZ | 59.96 | 83 | 15.34 | - |
| YUV | 214.04 | 32.6 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 45 | 0.20 | 0 | 0.82 | 0.01 | 74.71 | 0.98 | 0.58 |
| Hex | CA | FD | 2D | 14 | 0 | 52 | 1 | 4B | 62 | 3A |
| Octal | 312 | 375 | 55 | 24 | 0 | 122 | 1 | 113 | 142 | 72 |
| Binary | 11001010 | 11111101 | 101101 | 10100 | 0 | 1010010 | 1 | 1001011 | 1100010 | 111010 |
Color Harmonies of #CAFD2D
Complementary color
Monochromatic Colors of #CAFD2D
Black with #CAFD2D
Text Example
Text Example
White with #CAFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFD2D; }
p { color: rgb(202,253,45); }
H1.HeaderClassName
{
color: #CAFD2D;
}
.AnyTagClassName
{
color: #CAFD2D;
}
</style>
background-color css
<style>
a { background-color: #CAFD2D; }
a { background-color: rgb(202,253,45); }
div.DivClassName
{
background-color: #CAFD2D;
}
.BgClassName
{
background-color: #CAFD2D;
}
</style>
border-color css
<style>
span { border-color: #CAFD2D; }
span { border-color: rgb(202,253,45); }
td.TdClassName
{
border-color: #CAFD2D;
}
.TagClassName
{
border-color: #CAFD2D;
}
</style>