#6BD66A

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

Shades of Pastel Green #6BD66A

Tints of Pastel Green #6BD66A

Color information

#6BD66A (or 0x6BD66A) is unknown color: approx Pastel Green. HEX triplet: 6B, D6 and 6A. RGB value is (107,214,106). Sum of RGB (Red+Green+Blue) = 107+214+106=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD66A is #942995. Grayscale: #AAAAAA. Windows color (decimal): -9709974 or 7001707. OLE color: 7001707.

HSL color Cylindrical-coordinate representation of color #6BD66A: hue angle of 119.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD66A is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB107214106-
CMYK0.5000.500.16
HSL119.44º56.84%62.75%-
HSV(B)119.44º50.47%83.92%-
XYZ32.7152.2622-
YUV169.792.0583.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.06%
GREEN value IS 214 (83.98% from 255) = 50.12%
BLUE value IS 106 (41.80% from 255) = 24.82%
R=25.06%
G=50.12%
B=24.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072141060.5000.500.16119.4456.8462.75
Hex6BD66A320321077393f
Octal15332615262062201677177
Binary11010111101011011010101100100110010100001110111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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