Shades of Pear #CAEF2D
Tints of Pear #CAEF2D
RGB
CMYK
RGB Variations
Color information
#CAEF2D (or 0xCAEF2D) is known color: Pear. HEX triplet: CA, EF and 2D. RGB value is (202,239,45). Sum of RGB (Red+Green+Blue) = 202+239+45=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEF2D is #3510D2. Grayscale: #CECECE. Windows color (decimal): -3477715 or 3010506. OLE color: 3010506.
HSL color Cylindrical-coordinate representation of color #CAEF2D: hue angle of 71.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAEF2D is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 45 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.06 |
| HSL | 71.44º | 0.86% | 0.56% | - |
| HSV(B) | 71.44º | 0.81% | 0.94% | - |
| XYZ | 55.7 | 74.48 | 13.92 | - |
| YUV | 205.82 | 37.24 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 45 | 0.15 | 0 | 0.81 | 0.06 | 71.44 | 0.86 | 0.56 |
| Hex | CA | EF | 2D | F | 0 | 51 | 6 | 47 | 56 | 38 |
| Octal | 312 | 357 | 55 | 17 | 0 | 121 | 6 | 107 | 126 | 70 |
| Binary | 11001010 | 11101111 | 101101 | 1111 | 0 | 1010001 | 110 | 1000111 | 1010110 | 111000 |
Color Harmonies of #CAEF2D
Complementary color
Monochromatic Colors of #CAEF2D
Black with #CAEF2D
Text Example
Text Example
White with #CAEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEF2D; }
p { color: rgb(202,239,45); }
H1.HeaderClassName
{
color: #CAEF2D;
}
.AnyTagClassName
{
color: #CAEF2D;
}
</style>
background-color css
<style>
a { background-color: #CAEF2D; }
a { background-color: rgb(202,239,45); }
div.DivClassName
{
background-color: #CAEF2D;
}
.BgClassName
{
background-color: #CAEF2D;
}
</style>
border-color css
<style>
span { border-color: #CAEF2D; }
span { border-color: rgb(202,239,45); }
td.TdClassName
{
border-color: #CAEF2D;
}
.TagClassName
{
border-color: #CAEF2D;
}
</style>