Html Css Color HEX #6AD764 Pastel Green

📋 copy color: '#6AD764'

red 106 ◦ green 215 ◦ blue 100

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

Shades of Pastel Green #6AD764

Tints of Pastel Green #6AD764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.07%

 BLUE value IS 100 (39.45% from 255) = 23.75%

R = 25.18%
G = 51.07%
B = 23.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#6AD764 (or 0x6AD764) is known color: Pastel Green. HEX triplet: 6A, D7 and 64. RGB value is (106,215,100). Sum of RGB (Red+Green+Blue) = 106+215+100=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD764 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD764 is #95289B. Grayscale: #A9A9A9. Windows color (decimal): -9775260 or 6608746. OLE color: 6608746.

HSL color Cylindrical-coordinate representation of color #6AD764: hue angle of 116.87º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AD764 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 215 100 -
CMYK 0.51 0 0.53 0.16
HSL 116.87º 0.59% 0.62% -
HSV(B) 116.87º 0.53% 0.84% -
XYZ 32.54 52.59 20.49 -
YUV 169.3 88.89 82.85 -
System Red Green Blue C M Y K H S L
Decimal 106 215 100 0.51 0 0.53 0.16 116.87 0.59 0.62
Hex 6A D7 64 33 0 35 10 75 3B 3E
Octal 152 327 144 63 0 65 20 165 73 76
Binary 1101010 11010111 1100100 110011 0 110101 10000 1110101 111011 111110

Color Harmonies of #6AD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD764

Black with #6AD764

Text Example


Text Example

White with #6AD764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,215,100); }

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

background-color css

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

 a { background-color: rgb(106,215,100); }

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

border-color css

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

 span { border-color: rgb(106,215,100); }

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