Shades of Pear #CAF11C
Tints of Pear #CAF11C
RGB
CMYK
RGB Variations
Color information
#CAF11C (or 0xCAF11C) is known color: Pear. HEX triplet: CA, F1 and 1C. RGB value is (202,241,28). Sum of RGB (Red+Green+Blue) = 202+241+28=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF11C is #350EE3. Grayscale: #CDCDCD. Windows color (decimal): -3477220 or 1896906. OLE color: 1896906.
HSL color Cylindrical-coordinate representation of color #CAF11C: hue angle of 70.99º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAF11C is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 28 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.05 |
| HSL | 70.99º | 0.88% | 0.53% | - |
| HSV(B) | 70.99º | 0.88% | 0.95% | - |
| XYZ | 56.02 | 75.55 | 12.73 | - |
| YUV | 205.06 | 28.08 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 28 | 0.16 | 0 | 0.88 | 0.05 | 70.99 | 0.88 | 0.53 |
| Hex | CA | F1 | 1C | 10 | 0 | 58 | 5 | 47 | 58 | 35 |
| Octal | 312 | 361 | 34 | 20 | 0 | 130 | 5 | 107 | 130 | 65 |
| Binary | 11001010 | 11110001 | 11100 | 10000 | 0 | 1011000 | 101 | 1000111 | 1011000 | 110101 |
Color Harmonies of #CAF11C
Complementary color
Monochromatic Colors of #CAF11C
Black with #CAF11C
Text Example
Text Example
White with #CAF11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF11C; }
p { color: rgb(202,241,28); }
H1.HeaderClassName
{
color: #CAF11C;
}
.AnyTagClassName
{
color: #CAF11C;
}
</style>
background-color css
<style>
a { background-color: #CAF11C; }
a { background-color: rgb(202,241,28); }
div.DivClassName
{
background-color: #CAF11C;
}
.BgClassName
{
background-color: #CAF11C;
}
</style>
border-color css
<style>
span { border-color: #CAF11C; }
span { border-color: rgb(202,241,28); }
td.TdClassName
{
border-color: #CAF11C;
}
.TagClassName
{
border-color: #CAF11C;
}
</style>