Html Css Color HEX #6FD680 Pastel Green

📋 copy color: '#6FD680'

red 111 ◦ green 214 ◦ blue 128

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

Shades of Pastel Green #6FD680

Tints of Pastel Green #6FD680

RGB

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

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

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

R = 24.5%
G = 47.24%
B = 28.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#6FD680 (or 0x6FD680) is known color: Pastel Green. HEX triplet: 6F, D6 and 80. RGB value is (111,214,128). Sum of RGB (Red+Green+Blue) = 111+214+128=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD680 is #90297F. Grayscale: #ADADAD. Windows color (decimal): -9447808 or 8443503. OLE color: 8443503.

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

Color convert

RGB 111 214 128 -
CMYK 0.48 0 0.40 0.16
HSL 129.9º 0.56% 0.64% -
HSV(B) 129.9º 0.48% 0.84% -
XYZ 34.5 53.03 28.84 -
YUV 173.4 102.38 83.49 -
System Red Green Blue C M Y K H S L
Decimal 111 214 128 0.48 0 0.40 0.16 129.9 0.56 0.64
Hex 6F D6 80 30 0 28 10 82 38 40
Octal 157 326 200 60 0 50 20 202 70 100
Binary 1101111 11010110 10000000 110000 0 101000 10000 10000010 111000 1000000

Color Harmonies of #6FD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD680

Black with #6FD680

Text Example


Text Example

White with #6FD680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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