Html Css Color HEX #6ADB7F Pastel Green

📋 copy color: '#6ADB7F'

red 106 ◦ green 219 ◦ blue 127

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

Shades of Pastel Green #6ADB7F

Tints of Pastel Green #6ADB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.1%

R = 23.45%
G = 48.45%
B = 28.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#6ADB7F (or 0x6ADB7F) is known color: Pastel Green. HEX triplet: 6A, DB and 7F. RGB value is (106,219,127). Sum of RGB (Red+Green+Blue) = 106+219+127=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADB7F is #952480. Grayscale: #AEAEAE. Windows color (decimal): -9774209 or 8379242. OLE color: 8379242.

HSL color Cylindrical-coordinate representation of color #6ADB7F: hue angle of 131.15º 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 #6ADB7F is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 219 127 -
CMYK 0.52 0 0.42 0.14
HSL 131.15º 0.61% 0.64% -
HSV(B) 131.15º 0.52% 0.86% -
XYZ 35.11 55.26 28.89 -
YUV 174.73 101.06 78.98 -
System Red Green Blue C M Y K H S L
Decimal 106 219 127 0.52 0 0.42 0.14 131.15 0.61 0.64
Hex 6A DB 7F 34 0 2A E 83 3D 40
Octal 152 333 177 64 0 52 16 203 75 100
Binary 1101010 11011011 1111111 110100 0 101010 1110 10000011 111101 1000000

Color Harmonies of #6ADB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADB7F

Black with #6ADB7F

Text Example


Text Example

White with #6ADB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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