Shades of Pear #CAF143
Tints of Pear #CAF143
RGB
CMYK
RGB Variations
Color information
#CAF143 (or 0xCAF143) is known color: Pear. HEX triplet: CA, F1 and 43. RGB value is (202,241,67). Sum of RGB (Red+Green+Blue) = 202+241+67=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 67 (26.56% from 255 or 13.14% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF143 is #350EBC. Grayscale: #D2D2D2. Windows color (decimal): -3477181 or 4452810. OLE color: 4452810.
HSL color Cylindrical-coordinate representation of color #CAF143: hue angle of 73.45º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAF143 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 67 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.05 |
| HSL | 73.45º | 0.86% | 0.6% | - |
| HSV(B) | 73.45º | 0.72% | 0.95% | - |
| XYZ | 56.83 | 75.87 | 16.96 | - |
| YUV | 209.5 | 47.58 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 67 | 0.16 | 0 | 0.72 | 0.05 | 73.45 | 0.86 | 0.6 |
| Hex | CA | F1 | 43 | 10 | 0 | 48 | 5 | 49 | 56 | 3C |
| Octal | 312 | 361 | 103 | 20 | 0 | 110 | 5 | 111 | 126 | 74 |
| Binary | 11001010 | 11110001 | 1000011 | 10000 | 0 | 1001000 | 101 | 1001001 | 1010110 | 111100 |
Color Harmonies of #CAF143
Complementary color
Monochromatic Colors of #CAF143
Black with #CAF143
Text Example
Text Example
White with #CAF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF143; }
p { color: rgb(202,241,67); }
H1.HeaderClassName
{
color: #CAF143;
}
.AnyTagClassName
{
color: #CAF143;
}
</style>
background-color css
<style>
a { background-color: #CAF143; }
a { background-color: rgb(202,241,67); }
div.DivClassName
{
background-color: #CAF143;
}
.BgClassName
{
background-color: #CAF143;
}
</style>
border-color css
<style>
span { border-color: #CAF143; }
span { border-color: rgb(202,241,67); }
td.TdClassName
{
border-color: #CAF143;
}
.TagClassName
{
border-color: #CAF143;
}
</style>