Html Css Color HEX #6ED65D Pastel Green

📋 copy color: '#6ED65D'

red 110 ◦ green 214 ◦ blue 93

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

Shades of Pastel Green #6ED65D

Tints of Pastel Green #6ED65D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.32%

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 26.38%
G = 51.32%
B = 22.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#6ED65D (or 0x6ED65D) is known color: Pastel Green. HEX triplet: 6E, D6 and 5D. RGB value is (110,214,93). Sum of RGB (Red+Green+Blue) = 110+214+93=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED65D is #9129A2. Grayscale: #A9A9A9. Windows color (decimal): -9513379 or 6149742. OLE color: 6149742.

HSL color Cylindrical-coordinate representation of color #6ED65D: hue angle of 111.57º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ED65D is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 214 93 -
CMYK 0.49 0 0.57 0.16
HSL 111.57º 0.6% 0.6% -
HSV(B) 111.57º 0.57% 0.84% -
XYZ 32.45 52.2 18.72 -
YUV 169.11 85.04 85.84 -
System Red Green Blue C M Y K H S L
Decimal 110 214 93 0.49 0 0.57 0.16 111.57 0.6 0.6
Hex 6E D6 5D 31 0 39 10 70 3C 3C
Octal 156 326 135 61 0 71 20 160 74 74
Binary 1101110 11010110 1011101 110001 0 111001 10000 1110000 111100 111100

Color Harmonies of #6ED65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED65D

Black with #6ED65D

Text Example


Text Example

White with #6ED65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,214,93); }

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

background-color css

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

 a { background-color: rgb(110,214,93); }

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

border-color css

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

 span { border-color: rgb(110,214,93); }

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