Shades of Pear #CAF344
Tints of Pear #CAF344
RGB
CMYK
RGB Variations
Color information
#CAF344 (or 0xCAF344) is known color: Pear. HEX triplet: CA, F3 and 44. RGB value is (202,243,68). Sum of RGB (Red+Green+Blue) = 202+243+68=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 68 (26.95% from 255 or 13.26% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF344 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF344 is #350CBB. Grayscale: #D3D3D3. Windows color (decimal): -3476668 or 4518858. OLE color: 4518858.
HSL color Cylindrical-coordinate representation of color #CAF344: hue angle of 74.06º 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 #CAF344 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 68 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.05 |
| HSL | 74.06º | 0.88% | 0.61% | - |
| HSV(B) | 74.06º | 0.72% | 0.95% | - |
| XYZ | 57.45 | 77.08 | 17.32 | - |
| YUV | 210.79 | 47.42 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 68 | 0.17 | 0 | 0.72 | 0.05 | 74.06 | 0.88 | 0.61 |
| Hex | CA | F3 | 44 | 11 | 0 | 48 | 5 | 4A | 58 | 3D |
| Octal | 312 | 363 | 104 | 21 | 0 | 110 | 5 | 112 | 130 | 75 |
| Binary | 11001010 | 11110011 | 1000100 | 10001 | 0 | 1001000 | 101 | 1001010 | 1011000 | 111101 |
Color Harmonies of #CAF344
Complementary color
Monochromatic Colors of #CAF344
Black with #CAF344
Text Example
Text Example
White with #CAF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF344; }
p { color: rgb(202,243,68); }
H1.HeaderClassName
{
color: #CAF344;
}
.AnyTagClassName
{
color: #CAF344;
}
</style>
background-color css
<style>
a { background-color: #CAF344; }
a { background-color: rgb(202,243,68); }
div.DivClassName
{
background-color: #CAF344;
}
.BgClassName
{
background-color: #CAF344;
}
</style>
border-color css
<style>
span { border-color: #CAF344; }
span { border-color: rgb(202,243,68); }
td.TdClassName
{
border-color: #CAF344;
}
.TagClassName
{
border-color: #CAF344;
}
</style>