#CAF249

Color #CAF249 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CAF249

Tints of Pear #CAF249

Color information

#CAF249 (or 0xCAF249) is unknown color: approx Pear. HEX triplet: CA, F2 and 49. RGB value is (202,242,73). Sum of RGB (Red+Green+Blue) = 202+242+73=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF249 is #350DB6. Grayscale: #D3D3D3. Windows color (decimal): -3476919 or 4846282. OLE color: 4846282.

HSL color Cylindrical-coordinate representation of color #CAF249: hue angle of 74.2º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAF249 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB20224273-
CMYK0.1700.700.05
HSL74.2º86.67%61.76%-
HSV(B)74.2º69.83%94.9%-
XYZ57.3176.5418.06-
YUV210.7750.25121.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 242 (94.92% from 255) = 46.81%
BLUE value IS 73 (28.91% from 255) = 14.12%
R=39.07%
G=46.81%
B=14.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202242730.1700.700.0574.286.6761.76
HexCAF2491104654a573e
Octal312362111210106511212776
Binary11001010111100101001001100010100011010110010101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF249; }

 p { color: rgb(202,242,73); }

 H1.HeaderClassName
 {
   color: #CAF249;
 }
 .AnyTagClassName
 {
   color: #CAF249;
 }
</style>
background-color css

<style>
 a { background-color: #CAF249; }

 a { background-color: rgb(202,242,73); }

 div.DivClassName
 {
   background-color: #CAF249;
 }
 .BgClassName
 {
   background-color: #CAF249;
 }
</style>
border-color css

<style>
 span { border-color: #CAF249; }

 span { border-color: rgb(202,242,73); }

 td.TdClassName
 {
   border-color: #CAF249;
 }
 .TagClassName
 {
   border-color: #CAF249;
 }
</style>