#6BD56A

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

Shades of Pastel Green #6BD56A

Tints of Pastel Green #6BD56A

Color information

#6BD56A (or 0x6BD56A) is unknown color: approx Pastel Green. HEX triplet: 6B, D5 and 6A. RGB value is (107,213,106). Sum of RGB (Red+Green+Blue) = 107+213+106=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD56A is #942A95. Grayscale: #A9A9A9. Windows color (decimal): -9710230 or 7001451. OLE color: 7001451.

HSL color Cylindrical-coordinate representation of color #6BD56A: hue angle of 119.44º degrees, saturation: 0.56, 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 #6BD56A is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB107213106-
CMYK0.5000.500.16
HSL119.44º56.02%62.55%-
HSV(B)119.44º50.23%83.53%-
XYZ32.4651.7521.91-
YUV169.1192.3883.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.12%
GREEN value IS 213 (83.59% from 255) = 50%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=25.12%
G=50%
B=24.88%

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
Decimal1072131060.5000.500.16119.4456.0262.55
Hex6BD56A320321077383f
Octal15332515262062201677077
Binary11010111101010111010101100100110010100001110111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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