Shades of Pear #CAF338
Tints of Pear #CAF338
RGB
CMYK
RGB Variations
Color information
#CAF338 (or 0xCAF338) is known color: Pear. HEX triplet: CA, F3 and 38. RGB value is (202,243,56). Sum of RGB (Red+Green+Blue) = 202+243+56=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 56 (22.27% from 255 or 11.18% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF338 is #350CC7. Grayscale: #D2D2D2. Windows color (decimal): -3476680 or 3732426. OLE color: 3732426.
HSL color Cylindrical-coordinate representation of color #CAF338: hue angle of 73.16º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAF338 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 56 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.05 |
| HSL | 73.16º | 0.89% | 0.59% | - |
| HSV(B) | 73.16º | 0.77% | 0.95% | - |
| XYZ | 57.12 | 76.94 | 15.58 | - |
| YUV | 209.42 | 41.42 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 56 | 0.17 | 0 | 0.77 | 0.05 | 73.16 | 0.89 | 0.59 |
| Hex | CA | F3 | 38 | 11 | 0 | 4D | 5 | 49 | 59 | 3B |
| Octal | 312 | 363 | 70 | 21 | 0 | 115 | 5 | 111 | 131 | 73 |
| Binary | 11001010 | 11110011 | 111000 | 10001 | 0 | 1001101 | 101 | 1001001 | 1011001 | 111011 |
Color Harmonies of #CAF338
Complementary color
Monochromatic Colors of #CAF338
Black with #CAF338
Text Example
Text Example
White with #CAF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF338; }
p { color: rgb(202,243,56); }
H1.HeaderClassName
{
color: #CAF338;
}
.AnyTagClassName
{
color: #CAF338;
}
</style>
background-color css
<style>
a { background-color: #CAF338; }
a { background-color: rgb(202,243,56); }
div.DivClassName
{
background-color: #CAF338;
}
.BgClassName
{
background-color: #CAF338;
}
</style>
border-color css
<style>
span { border-color: #CAF338; }
span { border-color: rgb(202,243,56); }
td.TdClassName
{
border-color: #CAF338;
}
.TagClassName
{
border-color: #CAF338;
}
</style>