Shades of Pear #CAF323
Tints of Pear #CAF323
RGB
CMYK
RGB Variations
Color information
#CAF323 (or 0xCAF323) is known color: Pear. HEX triplet: CA, F3 and 23. RGB value is (202,243,35). Sum of RGB (Red+Green+Blue) = 202+243+35=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 35 (14.06% from 255 or 7.29% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF323 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF323 is #350CDC. Grayscale: #CFCFCF. Windows color (decimal): -3476701 or 2356170. OLE color: 2356170.
HSL color Cylindrical-coordinate representation of color #CAF323: hue angle of 71.83º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAF323 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 35 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.05 |
| HSL | 71.83º | 0.9% | 0.55% | - |
| HSV(B) | 71.83º | 0.86% | 0.95% | - |
| XYZ | 56.71 | 76.78 | 13.42 | - |
| YUV | 207.03 | 30.92 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 35 | 0.17 | 0 | 0.86 | 0.05 | 71.83 | 0.9 | 0.55 |
| Hex | CA | F3 | 23 | 11 | 0 | 56 | 5 | 48 | 5A | 37 |
| Octal | 312 | 363 | 43 | 21 | 0 | 126 | 5 | 110 | 132 | 67 |
| Binary | 11001010 | 11110011 | 100011 | 10001 | 0 | 1010110 | 101 | 1001000 | 1011010 | 110111 |
Color Harmonies of #CAF323
Complementary color
Monochromatic Colors of #CAF323
Black with #CAF323
Text Example
Text Example
White with #CAF323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF323; }
p { color: rgb(202,243,35); }
H1.HeaderClassName
{
color: #CAF323;
}
.AnyTagClassName
{
color: #CAF323;
}
</style>
background-color css
<style>
a { background-color: #CAF323; }
a { background-color: rgb(202,243,35); }
div.DivClassName
{
background-color: #CAF323;
}
.BgClassName
{
background-color: #CAF323;
}
</style>
border-color css
<style>
span { border-color: #CAF323; }
span { border-color: rgb(202,243,35); }
td.TdClassName
{
border-color: #CAF323;
}
.TagClassName
{
border-color: #CAF323;
}
</style>