Html Css Color HEX #6AD57D Pastel Green

📋 copy color: '#6AD57D'

red 106 ◦ green 213 ◦ blue 125

#6AD57D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #6AD57D

Tints of Pastel Green #6AD57D

RGB

 RED value IS 106 (41.8% from 255) = 23.87%

 GREEN value IS 213 (83.59% from 255) = 47.97%

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 23.87%
G = 47.97%
B = 28.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#6AD57D (or 0x6AD57D) is known color: Pastel Green. HEX triplet: 6A, D5 and 7D. RGB value is (106,213,125). Sum of RGB (Red+Green+Blue) = 106+213+125=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD57D is #952A82. Grayscale: #ABABAB. Windows color (decimal): -9775747 or 8246634. OLE color: 8246634.

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

Color convert

RGB 106 213 125 -
CMYK 0.50 0 0.41 0.16
HSL 130.65º 0.56% 0.63% -
HSV(B) 130.65º 0.5% 0.84% -
XYZ 33.44 52.13 27.7 -
YUV 170.98 102.05 81.66 -
System Red Green Blue C M Y K H S L
Decimal 106 213 125 0.50 0 0.41 0.16 130.65 0.56 0.63
Hex 6A D5 7D 32 0 29 10 83 38 3F
Octal 152 325 175 62 0 51 20 203 70 77
Binary 1101010 11010101 1111101 110010 0 101001 10000 10000011 111000 111111

Color Harmonies of #6AD57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD57D

Black with #6AD57D

Text Example


Text Example

White with #6AD57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6AD57D;
 }
 .AnyTagClassName
 {
   color: #6AD57D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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