#CAF137

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

Shades of Pear #CAF137

Tints of Pear #CAF137

Color information

#CAF137 (or 0xCAF137) is unknown color: approx Pear. HEX triplet: CA, F1 and 37. RGB value is (202,241,55). Sum of RGB (Red+Green+Blue) = 202+241+55=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 55 (21.88% from 255 or 11.04% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF137 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF137 is #350EC8. Grayscale: #D0D0D0. Windows color (decimal): -3477193 or 3666378. OLE color: 3666378.

HSL color Cylindrical-coordinate representation of color #CAF137: hue angle of 72.58º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAF137 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB20224155-
CMYK0.1600.770.05
HSL72.58º86.92%58.04%-
HSV(B)72.58º77.18%94.51%-
XYZ56.575.7415.26-
YUV208.1441.58123.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 241 (94.53% from 255) = 48.39%
BLUE value IS 55 (21.88% from 255) = 11.04%
R=40.56%
G=48.39%
B=11.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202241550.1600.770.0572.5886.9258.04
HexCAF1371004D549573a
Octal31236167200115511112772
Binary1100101011110001110111100000100110110110010011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF137; }

 p { color: rgb(202,241,55); }

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

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

 a { background-color: rgb(202,241,55); }

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

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

 span { border-color: rgb(202,241,55); }

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