Html Css Color HEX #6FD880 Pastel Green

📋 copy color: '#6FD880'

red 111 ◦ green 216 ◦ blue 128

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

Shades of Pastel Green #6FD880

Tints of Pastel Green #6FD880

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.47%

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

R = 24.4%
G = 47.47%
B = 28.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#6FD880 (or 0x6FD880) is known color: Pastel Green. HEX triplet: 6F, D8 and 80. RGB value is (111,216,128). Sum of RGB (Red+Green+Blue) = 111+216+128=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD880 is #90277F. Grayscale: #AEAEAE. Windows color (decimal): -9447296 or 8444015. OLE color: 8444015.

HSL color Cylindrical-coordinate representation of color #6FD880: hue angle of 129.71º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD880 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 216 128 -
CMYK 0.49 0 0.41 0.15
HSL 129.71º 0.57% 0.64% -
HSV(B) 129.71º 0.49% 0.85% -
XYZ 35.01 54.05 29.01 -
YUV 174.57 101.71 82.66 -
System Red Green Blue C M Y K H S L
Decimal 111 216 128 0.49 0 0.41 0.15 129.71 0.57 0.64
Hex 6F D8 80 31 0 29 F 82 39 40
Octal 157 330 200 61 0 51 17 202 71 100
Binary 1101111 11011000 10000000 110001 0 101001 1111 10000010 111001 1000000

Color Harmonies of #6FD880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD880

Black with #6FD880

Text Example


Text Example

White with #6FD880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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