#6BD471

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

Shades of Pastel Green #6BD471

Tints of Pastel Green #6BD471

Color information

#6BD471 (or 0x6BD471) is unknown color: approx Pastel Green. HEX triplet: 6B, D4 and 71. RGB value is (107,212,113). Sum of RGB (Red+Green+Blue) = 107+212+113=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #6BD471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD471 is #942B8E. Grayscale: #A9A9A9. Windows color (decimal): -9710479 or 7459947. OLE color: 7459947.

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

Color convert

RGB107212113-
CMYK0.5000.470.17
HSL123.43º54.97%62.55%-
HSV(B)123.43º49.53%83.14%-
XYZ32.5951.4123.83-
YUV169.3296.2183.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.77%
GREEN value IS 212 (83.20% from 255) = 49.07%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=24.77%
G=49.07%
B=26.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1072121130.5000.470.17123.4354.9762.55
Hex6BD4713202F117b373f
Octal15332416162057211736777
Binary11010111101010011100011100100101111100011111011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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