Shades of Pear #CAFA24
Tints of Pear #CAFA24
RGB
CMYK
RGB Variations
Color information
#CAFA24 (or 0xCAFA24) is known color: Pear. HEX triplet: CA, FA and 24. RGB value is (202,250,36). Sum of RGB (Red+Green+Blue) = 202+250+36=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFA24 is #3505DB. Grayscale: #D4D4D4. Windows color (decimal): -3474908 or 2423498. OLE color: 2423498.
HSL color Cylindrical-coordinate representation of color #CAFA24: hue angle of 73.46º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAFA24 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 36 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.02 |
| HSL | 73.46º | 0.96% | 0.56% | - |
| HSV(B) | 73.46º | 0.86% | 0.98% | - |
| XYZ | 58.86 | 81.06 | 14.21 | - |
| YUV | 211.25 | 29.1 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 36 | 0.19 | 0 | 0.86 | 0.02 | 73.46 | 0.96 | 0.56 |
| Hex | CA | FA | 24 | 13 | 0 | 56 | 2 | 49 | 60 | 38 |
| Octal | 312 | 372 | 44 | 23 | 0 | 126 | 2 | 111 | 140 | 70 |
| Binary | 11001010 | 11111010 | 100100 | 10011 | 0 | 1010110 | 10 | 1001001 | 1100000 | 111000 |
Color Harmonies of #CAFA24
Complementary color
Monochromatic Colors of #CAFA24
Black with #CAFA24
Text Example
Text Example
White with #CAFA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA24; }
p { color: rgb(202,250,36); }
H1.HeaderClassName
{
color: #CAFA24;
}
.AnyTagClassName
{
color: #CAFA24;
}
</style>
background-color css
<style>
a { background-color: #CAFA24; }
a { background-color: rgb(202,250,36); }
div.DivClassName
{
background-color: #CAFA24;
}
.BgClassName
{
background-color: #CAFA24;
}
</style>
border-color css
<style>
span { border-color: #CAFA24; }
span { border-color: rgb(202,250,36); }
td.TdClassName
{
border-color: #CAFA24;
}
.TagClassName
{
border-color: #CAFA24;
}
</style>