Shades of Pear #CAF41C
Tints of Pear #CAF41C
RGB
CMYK
RGB Variations
Color information
#CAF41C (or 0xCAF41C) is known color: Pear. HEX triplet: CA, F4 and 1C. RGB value is (202,244,28). Sum of RGB (Red+Green+Blue) = 202+244+28=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 244 (95.70% from 255 or 51.48% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF41C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF41C is #350BE3. Grayscale: #CFCFCF. Windows color (decimal): -3476452 or 1897674. OLE color: 1897674.
HSL color Cylindrical-coordinate representation of color #CAF41C: hue angle of 71.67º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAF41C is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 28 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.04 |
| HSL | 71.67º | 0.91% | 0.53% | - |
| HSV(B) | 71.67º | 0.89% | 0.96% | - |
| XYZ | 56.92 | 77.34 | 13.03 | - |
| YUV | 206.82 | 27.09 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 28 | 0.17 | 0 | 0.89 | 0.04 | 71.67 | 0.91 | 0.53 |
| Hex | CA | F4 | 1C | 11 | 0 | 59 | 4 | 48 | 5B | 35 |
| Octal | 312 | 364 | 34 | 21 | 0 | 131 | 4 | 110 | 133 | 65 |
| Binary | 11001010 | 11110100 | 11100 | 10001 | 0 | 1011001 | 100 | 1001000 | 1011011 | 110101 |
Color Harmonies of #CAF41C
Complementary color
Monochromatic Colors of #CAF41C
Black with #CAF41C
Text Example
Text Example
White with #CAF41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF41C; }
p { color: rgb(202,244,28); }
H1.HeaderClassName
{
color: #CAF41C;
}
.AnyTagClassName
{
color: #CAF41C;
}
</style>
background-color css
<style>
a { background-color: #CAF41C; }
a { background-color: rgb(202,244,28); }
div.DivClassName
{
background-color: #CAF41C;
}
.BgClassName
{
background-color: #CAF41C;
}
</style>
border-color css
<style>
span { border-color: #CAF41C; }
span { border-color: rgb(202,244,28); }
td.TdClassName
{
border-color: #CAF41C;
}
.TagClassName
{
border-color: #CAF41C;
}
</style>