Html Css Color HEX #6ED65F Pastel Green

📋 copy color: '#6ED65F'

red 110 ◦ green 214 ◦ blue 95

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

Shades of Pastel Green #6ED65F

Tints of Pastel Green #6ED65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.67%

R = 26.25%
G = 51.07%
B = 22.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#6ED65F (or 0x6ED65F) is known color: Pastel Green. HEX triplet: 6E, D6 and 5F. RGB value is (110,214,95). Sum of RGB (Red+Green+Blue) = 110+214+95=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED65F is #9129A0. Grayscale: #A9A9A9. Windows color (decimal): -9513377 or 6280814. OLE color: 6280814.

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

Color convert

RGB 110 214 95 -
CMYK 0.49 0 0.56 0.16
HSL 112.44º 0.59% 0.61% -
HSV(B) 112.44º 0.56% 0.84% -
XYZ 32.54 52.23 19.19 -
YUV 169.34 86.04 85.68 -
System Red Green Blue C M Y K H S L
Decimal 110 214 95 0.49 0 0.56 0.16 112.44 0.59 0.61
Hex 6E D6 5F 31 0 38 10 70 3B 3D
Octal 156 326 137 61 0 70 20 160 73 75
Binary 1101110 11010110 1011111 110001 0 111000 10000 1110000 111011 111101

Color Harmonies of #6ED65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED65F

Black with #6ED65F

Text Example


Text Example

White with #6ED65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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