Html Css Color HEX #6ADB74 Pastel Green

📋 copy color: '#6ADB74'

red 106 ◦ green 219 ◦ blue 116

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

Shades of Pastel Green #6ADB74

Tints of Pastel Green #6ADB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 24.04%
G = 49.66%
B = 26.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#6ADB74 (or 0x6ADB74) is known color: Pastel Green. HEX triplet: 6A, DB and 74. RGB value is (106,219,116). Sum of RGB (Red+Green+Blue) = 106+219+116=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADB74 is #95248B. Grayscale: #ADADAD. Windows color (decimal): -9774220 or 7658346. OLE color: 7658346.

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

Color convert

RGB 106 219 116 -
CMYK 0.52 0 0.47 0.14
HSL 125.31º 0.61% 0.64% -
HSV(B) 125.31º 0.52% 0.86% -
XYZ 34.43 54.99 25.32 -
YUV 173.47 95.56 79.88 -
System Red Green Blue C M Y K H S L
Decimal 106 219 116 0.52 0 0.47 0.14 125.31 0.61 0.64
Hex 6A DB 74 34 0 2F E 7D 3D 40
Octal 152 333 164 64 0 57 16 175 75 100
Binary 1101010 11011011 1110100 110100 0 101111 1110 1111101 111101 1000000

Color Harmonies of #6ADB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADB74

Black with #6ADB74

Text Example


Text Example

White with #6ADB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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