Html Css Color HEX #6EDA85 Pastel Green

📋 copy color: '#6EDA85'

red 110 ◦ green 218 ◦ blue 133

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

Shades of Pastel Green #6EDA85

Tints of Pastel Green #6EDA85

RGB

 RED value IS 110 (43.36% from 255) = 23.86%

 GREEN value IS 218 (85.55% from 255) = 47.29%

 BLUE value IS 133 (52.34% from 255) = 28.85%

R = 23.86%
G = 47.29%
B = 28.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#6EDA85 (or 0x6EDA85) is known color: Pastel Green. HEX triplet: 6E, DA and 85. RGB value is (110,218,133). Sum of RGB (Red+Green+Blue) = 110+218+133=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDA85 is #91257A. Grayscale: #B0B0B0. Windows color (decimal): -9512315 or 8772206. OLE color: 8772206.

HSL color Cylindrical-coordinate representation of color #6EDA85: hue angle of 132.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDA85 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 218 133 -
CMYK 0.50 0 0.39 0.15
HSL 132.78º 0.59% 0.64% -
HSV(B) 132.78º 0.5% 0.85% -
XYZ 35.74 55.15 30.95 -
YUV 176.02 103.72 80.91 -
System Red Green Blue C M Y K H S L
Decimal 110 218 133 0.50 0 0.39 0.15 132.78 0.59 0.64
Hex 6E DA 85 32 0 27 F 85 3B 40
Octal 156 332 205 62 0 47 17 205 73 100
Binary 1101110 11011010 10000101 110010 0 100111 1111 10000101 111011 1000000

Color Harmonies of #6EDA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDA85

Black with #6EDA85

Text Example


Text Example

White with #6EDA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,218,133); }

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

background-color css

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

 a { background-color: rgb(110,218,133); }

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

border-color css

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

 span { border-color: rgb(110,218,133); }

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