Html Css Color HEX #6ADB82 Pastel Green

📋 copy color: '#6ADB82'

red 106 ◦ green 219 ◦ blue 130

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

Shades of Pastel Green #6ADB82

Tints of Pastel Green #6ADB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.13%

 BLUE value IS 130 (51.17% from 255) = 28.57%

R = 23.3%
G = 48.13%
B = 28.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#6ADB82 (or 0x6ADB82) is known color: Pastel Green. HEX triplet: 6A, DB and 82. RGB value is (106,219,130). Sum of RGB (Red+Green+Blue) = 106+219+130=455 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.30% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADB82 is #95247D. Grayscale: #AFAFAF. Windows color (decimal): -9774206 or 8575850. OLE color: 8575850.

HSL color Cylindrical-coordinate representation of color #6ADB82: hue angle of 132.74º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADB82 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 219 130 -
CMYK 0.52 0 0.41 0.14
HSL 132.74º 0.61% 0.64% -
HSV(B) 132.74º 0.52% 0.86% -
XYZ 35.3 55.34 29.94 -
YUV 175.07 102.56 78.74 -
System Red Green Blue C M Y K H S L
Decimal 106 219 130 0.52 0 0.41 0.14 132.74 0.61 0.64
Hex 6A DB 82 34 0 29 E 85 3D 40
Octal 152 333 202 64 0 51 16 205 75 100
Binary 1101010 11011011 10000010 110100 0 101001 1110 10000101 111101 1000000

Color Harmonies of #6ADB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADB82

Black with #6ADB82

Text Example


Text Example

White with #6ADB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,219,130); }

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

background-color css

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

 a { background-color: rgb(106,219,130); }

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

border-color css

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

 span { border-color: rgb(106,219,130); }

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