#6BD46A

Color #6BD46A Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6BD46A

Tints of Pastel Green #6BD46A

Color information

#6BD46A (or 0x6BD46A) is unknown color: approx Pastel Green. HEX triplet: 6B, D4 and 6A. RGB value is (107,212,106). Sum of RGB (Red+Green+Blue) = 107+212+106=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #6BD46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD46A is #942B95. Grayscale: #A8A8A8. Windows color (decimal): -9710486 or 7001195. OLE color: 7001195.

HSL color Cylindrical-coordinate representation of color #6BD46A: hue angle of 119.43º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD46A is Cyan = 0.50, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB107212106-
CMYK0.5000.50.17
HSL119.43º55.21%62.35%-
HSV(B)119.43º50%83.14%-
XYZ32.2151.2521.83-
YUV168.5292.7184.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.18%
GREEN value IS 212 (83.20% from 255) = 49.88%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=25.18%
G=49.88%
B=24.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1072121060.5000.50.17119.4355.2162.35
Hex6BD46A320321177373e
Octal15332415262062211676776
Binary11010111101010011010101100100110010100011110111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BD46A; }

 p { color: rgb(107,212,106); }

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

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

 a { background-color: rgb(107,212,106); }

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

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

 span { border-color: rgb(107,212,106); }

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