Html Css Color HEX #6FDD80 Pastel Green

📋 copy color: '#6FDD80'

red 111 ◦ green 221 ◦ blue 128

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

Shades of Pastel Green #6FDD80

Tints of Pastel Green #6FDD80

RGB

 RED value IS 111 (43.75% from 255) = 24.13%

 GREEN value IS 221 (86.72% from 255) = 48.04%

 BLUE value IS 128 (50.39% from 255) = 27.83%

R = 24.13%
G = 48.04%
B = 27.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#6FDD80 (or 0x6FDD80) is known color: Pastel Green. HEX triplet: 6F, DD and 80. RGB value is (111,221,128). Sum of RGB (Red+Green+Blue) = 111+221+128=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDD80 is #90227F. Grayscale: #B1B1B1. Windows color (decimal): -9446016 or 8445295. OLE color: 8445295.

HSL color Cylindrical-coordinate representation of color #6FDD80: hue angle of 129.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDD80 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 221 128 -
CMYK 0.50 0 0.42 0.13
HSL 129.27º 0.62% 0.65% -
HSV(B) 129.27º 0.5% 0.87% -
XYZ 36.31 56.65 29.44 -
YUV 177.51 100.06 80.56 -
System Red Green Blue C M Y K H S L
Decimal 111 221 128 0.50 0 0.42 0.13 129.27 0.62 0.65
Hex 6F DD 80 32 0 2A D 81 3E 41
Octal 157 335 200 62 0 52 15 201 76 101
Binary 1101111 11011101 10000000 110010 0 101010 1101 10000001 111110 1000001

Color Harmonies of #6FDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDD80

Black with #6FDD80

Text Example


Text Example

White with #6FDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,221,128); }

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

background-color css

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

 a { background-color: rgb(111,221,128); }

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

border-color css

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

 span { border-color: rgb(111,221,128); }

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