Shades of Pear #CAF343
Tints of Pear #CAF343
RGB
CMYK
RGB Variations
Color information
#CAF343 (or 0xCAF343) is known color: Pear. HEX triplet: CA, F3 and 43. RGB value is (202,243,67). Sum of RGB (Red+Green+Blue) = 202+243+67=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF343 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF343 is #350CBC. Grayscale: #D3D3D3. Windows color (decimal): -3476669 or 4453322. OLE color: 4453322.
HSL color Cylindrical-coordinate representation of color #CAF343: hue angle of 73.98º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAF343 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 67 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.05 |
| HSL | 73.98º | 0.88% | 0.61% | - |
| HSV(B) | 73.98º | 0.72% | 0.95% | - |
| XYZ | 57.42 | 77.06 | 17.16 | - |
| YUV | 210.68 | 46.92 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 67 | 0.17 | 0 | 0.72 | 0.05 | 73.98 | 0.88 | 0.61 |
| Hex | CA | F3 | 43 | 11 | 0 | 48 | 5 | 4A | 58 | 3D |
| Octal | 312 | 363 | 103 | 21 | 0 | 110 | 5 | 112 | 130 | 75 |
| Binary | 11001010 | 11110011 | 1000011 | 10001 | 0 | 1001000 | 101 | 1001010 | 1011000 | 111101 |
Color Harmonies of #CAF343
Complementary color
Monochromatic Colors of #CAF343
Black with #CAF343
Text Example
Text Example
White with #CAF343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF343; }
p { color: rgb(202,243,67); }
H1.HeaderClassName
{
color: #CAF343;
}
.AnyTagClassName
{
color: #CAF343;
}
</style>
background-color css
<style>
a { background-color: #CAF343; }
a { background-color: rgb(202,243,67); }
div.DivClassName
{
background-color: #CAF343;
}
.BgClassName
{
background-color: #CAF343;
}
</style>
border-color css
<style>
span { border-color: #CAF343; }
span { border-color: rgb(202,243,67); }
td.TdClassName
{
border-color: #CAF343;
}
.TagClassName
{
border-color: #CAF343;
}
</style>