Shades of Pear #CAF127
Tints of Pear #CAF127
RGB
CMYK
RGB Variations
Color information
#CAF127 (or 0xCAF127) is known color: Pear. HEX triplet: CA, F1 and 27. RGB value is (202,241,39). Sum of RGB (Red+Green+Blue) = 202+241+39=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 39 (15.62% from 255 or 8.09% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF127 is #350ED8. Grayscale: #CFCFCF. Windows color (decimal): -3477209 or 2617802. OLE color: 2617802.
HSL color Cylindrical-coordinate representation of color #CAF127: hue angle of 71.58º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CAF127 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 39 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.05 |
| HSL | 71.58º | 0.88% | 0.55% | - |
| HSV(B) | 71.58º | 0.84% | 0.95% | - |
| XYZ | 56.18 | 75.61 | 13.55 | - |
| YUV | 206.31 | 33.58 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 39 | 0.16 | 0 | 0.84 | 0.05 | 71.58 | 0.88 | 0.55 |
| Hex | CA | F1 | 27 | 10 | 0 | 54 | 5 | 48 | 58 | 37 |
| Octal | 312 | 361 | 47 | 20 | 0 | 124 | 5 | 110 | 130 | 67 |
| Binary | 11001010 | 11110001 | 100111 | 10000 | 0 | 1010100 | 101 | 1001000 | 1011000 | 110111 |
Color Harmonies of #CAF127
Complementary color
Monochromatic Colors of #CAF127
Black with #CAF127
Text Example
Text Example
White with #CAF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF127; }
p { color: rgb(202,241,39); }
H1.HeaderClassName
{
color: #CAF127;
}
.AnyTagClassName
{
color: #CAF127;
}
</style>
background-color css
<style>
a { background-color: #CAF127; }
a { background-color: rgb(202,241,39); }
div.DivClassName
{
background-color: #CAF127;
}
.BgClassName
{
background-color: #CAF127;
}
</style>
border-color css
<style>
span { border-color: #CAF127; }
span { border-color: rgb(202,241,39); }
td.TdClassName
{
border-color: #CAF127;
}
.TagClassName
{
border-color: #CAF127;
}
</style>