#CAF742

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

Shades of Pear #CAF742

Tints of Pear #CAF742

Color information

#CAF742 (or 0xCAF742) is unknown color: approx Pear. HEX triplet: CA, F7 and 42. RGB value is (202,247,66). Sum of RGB (Red+Green+Blue) = 202+247+66=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF742 is #3508BD. Grayscale: #D5D5D5. Windows color (decimal): -3475646 or 4388810. OLE color: 4388810.

HSL color Cylindrical-coordinate representation of color #CAF742: hue angle of 74.92º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAF742 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB20224766-
CMYK0.1800.730.03
HSL74.92º91.88%61.37%-
HSV(B)74.92º73.28%96.86%-
XYZ58.679.4717.41-
YUV212.9145.09120.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 247 (96.88% from 255) = 47.96%
BLUE value IS 66 (26.17% from 255) = 12.82%
R=39.22%
G=47.96%
B=12.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202247660.1800.730.0374.9291.8861.37
HexCAF7421204934b5c3d
Octal312367102220111311313475
Binary1100101011110111100001010010010010011110010111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF742; }

 p { color: rgb(202,247,66); }

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

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

 a { background-color: rgb(202,247,66); }

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

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

 span { border-color: rgb(202,247,66); }

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