Html Css Color HEX #6EDF85 Pastel Green

📋 copy color: '#6EDF85'

red 110 ◦ green 223 ◦ blue 133

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

Shades of Pastel Green #6EDF85

Tints of Pastel Green #6EDF85

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.85%

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

R = 23.61%
G = 47.85%
B = 28.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#6EDF85 (or 0x6EDF85) is known color: Pastel Green. HEX triplet: 6E, DF and 85. RGB value is (110,223,133). Sum of RGB (Red+Green+Blue) = 110+223+133=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDF85 is #91207A. Grayscale: #B3B3B3. Windows color (decimal): -9511035 or 8773486. OLE color: 8773486.

HSL color Cylindrical-coordinate representation of color #6EDF85: hue angle of 132.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EDF85 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 223 133 -
CMYK 0.51 0 0.40 0.13
HSL 132.21º 0.64% 0.65% -
HSV(B) 132.21º 0.51% 0.87% -
XYZ 37.05 57.78 31.39 -
YUV 178.95 102.06 78.82 -
System Red Green Blue C M Y K H S L
Decimal 110 223 133 0.51 0 0.40 0.13 132.21 0.64 0.65
Hex 6E DF 85 33 0 28 D 84 40 41
Octal 156 337 205 63 0 50 15 204 100 101
Binary 1101110 11011111 10000101 110011 0 101000 1101 10000100 1000000 1000001

Color Harmonies of #6EDF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDF85

Black with #6EDF85

Text Example


Text Example

White with #6EDF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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