Html Css Color HEX #6ED25F Pastel Green

📋 copy color: '#6ED25F'

red 110 ◦ green 210 ◦ blue 95

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

Shades of Pastel Green #6ED25F

Tints of Pastel Green #6ED25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.6%

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

R = 26.51%
G = 50.6%
B = 22.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#6ED25F (or 0x6ED25F) is known color: Pastel Green. HEX triplet: 6E, D2 and 5F. RGB value is (110,210,95). Sum of RGB (Red+Green+Blue) = 110+210+95=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED25F is #912DA0. Grayscale: #A7A7A7. Windows color (decimal): -9514401 or 6279790. OLE color: 6279790.

HSL color Cylindrical-coordinate representation of color #6ED25F: hue angle of 112.17º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ED25F is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 210 95 -
CMYK 0.48 0 0.55 0.18
HSL 112.17º 0.56% 0.6% -
HSV(B) 112.17º 0.55% 0.82% -
XYZ 31.54 50.23 18.86 -
YUV 166.99 87.37 87.35 -
System Red Green Blue C M Y K H S L
Decimal 110 210 95 0.48 0 0.55 0.18 112.17 0.56 0.6
Hex 6E D2 5F 30 0 37 12 70 38 3C
Octal 156 322 137 60 0 67 22 160 70 74
Binary 1101110 11010010 1011111 110000 0 110111 10010 1110000 111000 111100

Color Harmonies of #6ED25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED25F

Black with #6ED25F

Text Example


Text Example

White with #6ED25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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