Shades of Pear #CAF33A
Tints of Pear #CAF33A
RGB
CMYK
RGB Variations
Color information
#CAF33A (or 0xCAF33A) is known color: Pear. HEX triplet: CA, F3 and 3A. RGB value is (202,243,58). Sum of RGB (Red+Green+Blue) = 202+243+58=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF33A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF33A is #350CC5. Grayscale: #D2D2D2. Windows color (decimal): -3476678 or 3863498. OLE color: 3863498.
HSL color Cylindrical-coordinate representation of color #CAF33A: hue angle of 73.3º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAF33A is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 58 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.05 |
| HSL | 73.3º | 0.89% | 0.59% | - |
| HSV(B) | 73.3º | 0.76% | 0.95% | - |
| XYZ | 57.17 | 76.96 | 15.85 | - |
| YUV | 209.65 | 42.42 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 58 | 0.17 | 0 | 0.76 | 0.05 | 73.3 | 0.89 | 0.59 |
| Hex | CA | F3 | 3A | 11 | 0 | 4C | 5 | 49 | 59 | 3B |
| Octal | 312 | 363 | 72 | 21 | 0 | 114 | 5 | 111 | 131 | 73 |
| Binary | 11001010 | 11110011 | 111010 | 10001 | 0 | 1001100 | 101 | 1001001 | 1011001 | 111011 |
Color Harmonies of #CAF33A
Complementary color
Monochromatic Colors of #CAF33A
Black with #CAF33A
Text Example
Text Example
White with #CAF33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF33A; }
p { color: rgb(202,243,58); }
H1.HeaderClassName
{
color: #CAF33A;
}
.AnyTagClassName
{
color: #CAF33A;
}
</style>
background-color css
<style>
a { background-color: #CAF33A; }
a { background-color: rgb(202,243,58); }
div.DivClassName
{
background-color: #CAF33A;
}
.BgClassName
{
background-color: #CAF33A;
}
</style>
border-color css
<style>
span { border-color: #CAF33A; }
span { border-color: rgb(202,243,58); }
td.TdClassName
{
border-color: #CAF33A;
}
.TagClassName
{
border-color: #CAF33A;
}
</style>