Html Css Color HEX #6ED85B Pastel Green

📋 copy color: '#6ED85B'

red 110 ◦ green 216 ◦ blue 91

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

Shades of Pastel Green #6ED85B

Tints of Pastel Green #6ED85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.8%

 BLUE value IS 91 (35.94% from 255) = 21.82%

R = 26.38%
G = 51.8%
B = 21.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#6ED85B (or 0x6ED85B) is known color: Pastel Green. HEX triplet: 6E, D8 and 5B. RGB value is (110,216,91). Sum of RGB (Red+Green+Blue) = 110+216+91=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED85B is #9127A4. Grayscale: #AAAAAA. Windows color (decimal): -9512869 or 6019182. OLE color: 6019182.

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

Color convert

RGB 110 216 91 -
CMYK 0.49 0 0.58 0.15
HSL 110.88º 0.62% 0.6% -
HSV(B) 110.88º 0.58% 0.85% -
XYZ 32.87 53.18 18.43 -
YUV 170.06 83.38 85.16 -
System Red Green Blue C M Y K H S L
Decimal 110 216 91 0.49 0 0.58 0.15 110.88 0.62 0.6
Hex 6E D8 5B 31 0 3A F 6F 3E 3C
Octal 156 330 133 61 0 72 17 157 76 74
Binary 1101110 11011000 1011011 110001 0 111010 1111 1101111 111110 111100

Color Harmonies of #6ED85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED85B

Black with #6ED85B

Text Example


Text Example

White with #6ED85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,216,91); }

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

background-color css

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

 a { background-color: rgb(110,216,91); }

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

border-color css

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

 span { border-color: rgb(110,216,91); }

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