Shades of Pear #CAFC2D
Tints of Pear #CAFC2D
RGB
CMYK
RGB Variations
Color information
#CAFC2D (or 0xCAFC2D) is known color: Pear. HEX triplet: CA, FC and 2D. RGB value is (202,252,45). Sum of RGB (Red+Green+Blue) = 202+252+45=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFC2D is #3503D2. Grayscale: #D6D6D6. Windows color (decimal): -3474387 or 3013834. OLE color: 3013834.
HSL color Cylindrical-coordinate representation of color #CAFC2D: hue angle of 74.49º degrees, saturation: 0.97, 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 #CAFC2D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 45 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.01 |
| HSL | 74.49º | 0.97% | 0.58% | - |
| HSV(B) | 74.49º | 0.82% | 0.99% | - |
| XYZ | 59.64 | 82.37 | 15.24 | - |
| YUV | 213.45 | 32.94 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 45 | 0.20 | 0 | 0.82 | 0.01 | 74.49 | 0.97 | 0.58 |
| Hex | CA | FC | 2D | 14 | 0 | 52 | 1 | 4A | 61 | 3A |
| Octal | 312 | 374 | 55 | 24 | 0 | 122 | 1 | 112 | 141 | 72 |
| Binary | 11001010 | 11111100 | 101101 | 10100 | 0 | 1010010 | 1 | 1001010 | 1100001 | 111010 |
Color Harmonies of #CAFC2D
Complementary color
Monochromatic Colors of #CAFC2D
Black with #CAFC2D
Text Example
Text Example
White with #CAFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFC2D; }
p { color: rgb(202,252,45); }
H1.HeaderClassName
{
color: #CAFC2D;
}
.AnyTagClassName
{
color: #CAFC2D;
}
</style>
background-color css
<style>
a { background-color: #CAFC2D; }
a { background-color: rgb(202,252,45); }
div.DivClassName
{
background-color: #CAFC2D;
}
.BgClassName
{
background-color: #CAFC2D;
}
</style>
border-color css
<style>
span { border-color: #CAFC2D; }
span { border-color: rgb(202,252,45); }
td.TdClassName
{
border-color: #CAFC2D;
}
.TagClassName
{
border-color: #CAFC2D;
}
</style>