Shades of Pear #CAF325
Tints of Pear #CAF325
RGB
CMYK
RGB Variations
Color information
#CAF325 (or 0xCAF325) is known color: Pear. HEX triplet: CA, F3 and 25. RGB value is (202,243,37). Sum of RGB (Red+Green+Blue) = 202+243+37=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF325 is #350CDA. Grayscale: #D0D0D0. Windows color (decimal): -3476699 or 2487242. OLE color: 2487242.
HSL color Cylindrical-coordinate representation of color #CAF325: hue angle of 71.94º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAF325 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 37 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.05 |
| HSL | 71.94º | 0.9% | 0.55% | - |
| HSV(B) | 71.94º | 0.85% | 0.95% | - |
| XYZ | 56.74 | 76.79 | 13.58 | - |
| YUV | 207.26 | 31.92 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 37 | 0.17 | 0 | 0.85 | 0.05 | 71.94 | 0.9 | 0.55 |
| Hex | CA | F3 | 25 | 11 | 0 | 55 | 5 | 48 | 5A | 37 |
| Octal | 312 | 363 | 45 | 21 | 0 | 125 | 5 | 110 | 132 | 67 |
| Binary | 11001010 | 11110011 | 100101 | 10001 | 0 | 1010101 | 101 | 1001000 | 1011010 | 110111 |
Color Harmonies of #CAF325
Complementary color
Monochromatic Colors of #CAF325
Black with #CAF325
Text Example
Text Example
White with #CAF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF325; }
p { color: rgb(202,243,37); }
H1.HeaderClassName
{
color: #CAF325;
}
.AnyTagClassName
{
color: #CAF325;
}
</style>
background-color css
<style>
a { background-color: #CAF325; }
a { background-color: rgb(202,243,37); }
div.DivClassName
{
background-color: #CAF325;
}
.BgClassName
{
background-color: #CAF325;
}
</style>
border-color css
<style>
span { border-color: #CAF325; }
span { border-color: rgb(202,243,37); }
td.TdClassName
{
border-color: #CAF325;
}
.TagClassName
{
border-color: #CAF325;
}
</style>