Shades of Pear #CAF130
Tints of Pear #CAF130
RGB
CMYK
RGB Variations
Color information
#CAF130 (or 0xCAF130) is known color: Pear. HEX triplet: CA, F1 and 30. RGB value is (202,241,48). Sum of RGB (Red+Green+Blue) = 202+241+48=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF130 is #350ECF. Grayscale: #D0D0D0. Windows color (decimal): -3477200 or 3207626. OLE color: 3207626.
HSL color Cylindrical-coordinate representation of color #CAF130: hue angle of 72.12º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAF130 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 48 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.05 |
| HSL | 72.12º | 0.87% | 0.57% | - |
| HSV(B) | 72.12º | 0.8% | 0.95% | - |
| XYZ | 56.35 | 75.68 | 14.43 | - |
| YUV | 207.34 | 38.08 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 48 | 0.16 | 0 | 0.80 | 0.05 | 72.12 | 0.87 | 0.57 |
| Hex | CA | F1 | 30 | 10 | 0 | 50 | 5 | 48 | 57 | 39 |
| Octal | 312 | 361 | 60 | 20 | 0 | 120 | 5 | 110 | 127 | 71 |
| Binary | 11001010 | 11110001 | 110000 | 10000 | 0 | 1010000 | 101 | 1001000 | 1010111 | 111001 |
Color Harmonies of #CAF130
Complementary color
Monochromatic Colors of #CAF130
Black with #CAF130
Text Example
Text Example
White with #CAF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF130; }
p { color: rgb(202,241,48); }
H1.HeaderClassName
{
color: #CAF130;
}
.AnyTagClassName
{
color: #CAF130;
}
</style>
background-color css
<style>
a { background-color: #CAF130; }
a { background-color: rgb(202,241,48); }
div.DivClassName
{
background-color: #CAF130;
}
.BgClassName
{
background-color: #CAF130;
}
</style>
border-color css
<style>
span { border-color: #CAF130; }
span { border-color: rgb(202,241,48); }
td.TdClassName
{
border-color: #CAF130;
}
.TagClassName
{
border-color: #CAF130;
}
</style>