Shades of Pear #CAFB2D
Tints of Pear #CAFB2D
RGB
CMYK
RGB Variations
Color information
#CAFB2D (or 0xCAFB2D) is known color: Pear. HEX triplet: CA, FB and 2D. RGB value is (202,251,45). Sum of RGB (Red+Green+Blue) = 202+251+45=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFB2D is #3504D2. Grayscale: #D5D5D5. Windows color (decimal): -3474643 or 3013578. OLE color: 3013578.
HSL color Cylindrical-coordinate representation of color #CAFB2D: hue angle of 74.27º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAFB2D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 45 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.02 |
| HSL | 74.27º | 0.96% | 0.58% | - |
| HSV(B) | 74.27º | 0.82% | 0.98% | - |
| XYZ | 59.33 | 81.74 | 15.13 | - |
| YUV | 212.87 | 33.27 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 45 | 0.20 | 0 | 0.82 | 0.02 | 74.27 | 0.96 | 0.58 |
| Hex | CA | FB | 2D | 14 | 0 | 52 | 2 | 4A | 60 | 3A |
| Octal | 312 | 373 | 55 | 24 | 0 | 122 | 2 | 112 | 140 | 72 |
| Binary | 11001010 | 11111011 | 101101 | 10100 | 0 | 1010010 | 10 | 1001010 | 1100000 | 111010 |
Color Harmonies of #CAFB2D
Complementary color
Monochromatic Colors of #CAFB2D
Black with #CAFB2D
Text Example
Text Example
White with #CAFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFB2D; }
p { color: rgb(202,251,45); }
H1.HeaderClassName
{
color: #CAFB2D;
}
.AnyTagClassName
{
color: #CAFB2D;
}
</style>
background-color css
<style>
a { background-color: #CAFB2D; }
a { background-color: rgb(202,251,45); }
div.DivClassName
{
background-color: #CAFB2D;
}
.BgClassName
{
background-color: #CAFB2D;
}
</style>
border-color css
<style>
span { border-color: #CAFB2D; }
span { border-color: rgb(202,251,45); }
td.TdClassName
{
border-color: #CAFB2D;
}
.TagClassName
{
border-color: #CAFB2D;
}
</style>