Html Css Color HEX #6FD770 Pastel Green

📋 copy color: '#6FD770'

red 111 ◦ green 215 ◦ blue 112

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

Shades of Pastel Green #6FD770

Tints of Pastel Green #6FD770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 25.34%
G = 49.09%
B = 25.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#6FD770 (or 0x6FD770) is known color: Pastel Green. HEX triplet: 6F, D7 and 70. RGB value is (111,215,112). Sum of RGB (Red+Green+Blue) = 111+215+112=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD770 is #90288F. Grayscale: #ACACAC. Windows color (decimal): -9447568 or 7395183. OLE color: 7395183.

HSL color Cylindrical-coordinate representation of color #6FD770: hue angle of 120.58º degrees, saturation: 0.57, 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 #6FD770 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 215 112 -
CMYK 0.48 0 0.48 0.16
HSL 120.58º 0.57% 0.64% -
HSV(B) 120.58º 0.48% 0.84% -
XYZ 33.78 53.15 23.81 -
YUV 172.16 94.04 84.38 -
System Red Green Blue C M Y K H S L
Decimal 111 215 112 0.48 0 0.48 0.16 120.58 0.57 0.64
Hex 6F D7 70 30 0 30 10 79 39 40
Octal 157 327 160 60 0 60 20 171 71 100
Binary 1101111 11010111 1110000 110000 0 110000 10000 1111001 111001 1000000

Color Harmonies of #6FD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD770

Black with #6FD770

Text Example


Text Example

White with #6FD770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,215,112); }

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

background-color css

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

 a { background-color: rgb(111,215,112); }

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

border-color css

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

 span { border-color: rgb(111,215,112); }

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