Shades of Pear #CAF31D
Tints of Pear #CAF31D
RGB
CMYK
RGB Variations
Color information
#CAF31D (or 0xCAF31D) is known color: Pear. HEX triplet: CA, F3 and 1D. RGB value is (202,243,29). Sum of RGB (Red+Green+Blue) = 202+243+29=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF31D is #350CE2. Grayscale: #CFCFCF. Windows color (decimal): -3476707 or 1962954. OLE color: 1962954.
HSL color Cylindrical-coordinate representation of color #CAF31D: hue angle of 71.5º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAF31D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 29 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.05 |
| HSL | 71.5º | 0.9% | 0.53% | - |
| HSV(B) | 71.5º | 0.88% | 0.95% | - |
| XYZ | 56.63 | 76.75 | 12.99 | - |
| YUV | 206.35 | 27.92 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 29 | 0.17 | 0 | 0.88 | 0.05 | 71.5 | 0.9 | 0.53 |
| Hex | CA | F3 | 1D | 11 | 0 | 58 | 5 | 47 | 5A | 35 |
| Octal | 312 | 363 | 35 | 21 | 0 | 130 | 5 | 107 | 132 | 65 |
| Binary | 11001010 | 11110011 | 11101 | 10001 | 0 | 1011000 | 101 | 1000111 | 1011010 | 110101 |
Color Harmonies of #CAF31D
Complementary color
Monochromatic Colors of #CAF31D
Black with #CAF31D
Text Example
Text Example
White with #CAF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF31D; }
p { color: rgb(202,243,29); }
H1.HeaderClassName
{
color: #CAF31D;
}
.AnyTagClassName
{
color: #CAF31D;
}
</style>
background-color css
<style>
a { background-color: #CAF31D; }
a { background-color: rgb(202,243,29); }
div.DivClassName
{
background-color: #CAF31D;
}
.BgClassName
{
background-color: #CAF31D;
}
</style>
border-color css
<style>
span { border-color: #CAF31D; }
span { border-color: rgb(202,243,29); }
td.TdClassName
{
border-color: #CAF31D;
}
.TagClassName
{
border-color: #CAF31D;
}
</style>