Shades of Pear #CAF321
Tints of Pear #CAF321
RGB
CMYK
RGB Variations
Color information
#CAF321 (or 0xCAF321) is known color: Pear. HEX triplet: CA, F3 and 21. RGB value is (202,243,33). Sum of RGB (Red+Green+Blue) = 202+243+33=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF321 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF321 is #350CDE. Grayscale: #CFCFCF. Windows color (decimal): -3476703 or 2225098. OLE color: 2225098.
HSL color Cylindrical-coordinate representation of color #CAF321: hue angle of 71.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAF321 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 33 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.05 |
| HSL | 71.71º | 0.9% | 0.54% | - |
| HSV(B) | 71.71º | 0.86% | 0.95% | - |
| XYZ | 56.68 | 76.77 | 13.27 | - |
| YUV | 206.8 | 29.92 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 33 | 0.17 | 0 | 0.86 | 0.05 | 71.71 | 0.9 | 0.54 |
| Hex | CA | F3 | 21 | 11 | 0 | 56 | 5 | 48 | 5A | 36 |
| Octal | 312 | 363 | 41 | 21 | 0 | 126 | 5 | 110 | 132 | 66 |
| Binary | 11001010 | 11110011 | 100001 | 10001 | 0 | 1010110 | 101 | 1001000 | 1011010 | 110110 |
Color Harmonies of #CAF321
Complementary color
Monochromatic Colors of #CAF321
Black with #CAF321
Text Example
Text Example
White with #CAF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF321; }
p { color: rgb(202,243,33); }
H1.HeaderClassName
{
color: #CAF321;
}
.AnyTagClassName
{
color: #CAF321;
}
</style>
background-color css
<style>
a { background-color: #CAF321; }
a { background-color: rgb(202,243,33); }
div.DivClassName
{
background-color: #CAF321;
}
.BgClassName
{
background-color: #CAF321;
}
</style>
border-color css
<style>
span { border-color: #CAF321; }
span { border-color: rgb(202,243,33); }
td.TdClassName
{
border-color: #CAF321;
}
.TagClassName
{
border-color: #CAF321;
}
</style>