Html Css Color HEX #6ED985 Pastel Green

📋 copy color: '#6ED985'

red 110 ◦ green 217 ◦ blue 133

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

Shades of Pastel Green #6ED985

Tints of Pastel Green #6ED985

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.17%

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

R = 23.91%
G = 47.17%
B = 28.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#6ED985 (or 0x6ED985) is known color: Pastel Green. HEX triplet: 6E, D9 and 85. RGB value is (110,217,133). Sum of RGB (Red+Green+Blue) = 110+217+133=460 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.91% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED985 is #91267A. Grayscale: #AFAFAF. Windows color (decimal): -9512571 or 8771950. OLE color: 8771950.

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

Color convert

RGB 110 217 133 -
CMYK 0.49 0 0.39 0.15
HSL 132.9º 0.58% 0.64% -
HSV(B) 132.9º 0.49% 0.85% -
XYZ 35.48 54.63 30.87 -
YUV 175.43 104.05 81.33 -
System Red Green Blue C M Y K H S L
Decimal 110 217 133 0.49 0 0.39 0.15 132.9 0.58 0.64
Hex 6E D9 85 31 0 27 F 85 3A 40
Octal 156 331 205 61 0 47 17 205 72 100
Binary 1101110 11011001 10000101 110001 0 100111 1111 10000101 111010 1000000

Color Harmonies of #6ED985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED985

Black with #6ED985

Text Example


Text Example

White with #6ED985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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