#6FDB5A

Color #6FDB5A Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6FDB5A

Tints of Pastel Green #6FDB5A

Color information

#6FDB5A (or 0x6FDB5A) is unknown color: approx Pastel Green. HEX triplet: 6F, DB and 5A. RGB value is (111,219,90). Sum of RGB (Red+Green+Blue) = 111+219+90=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDB5A is #9024A5. Grayscale: #ACACAC. Windows color (decimal): -9446566 or 5954415. OLE color: 5954415.

HSL color Cylindrical-coordinate representation of color #6FDB5A: hue angle of 110.23º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FDB5A is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB11121990-
CMYK0.4900.590.14
HSL110.23º64.18%60.59%-
HSV(B)110.23º58.9%85.88%-
XYZ33.7354.7818.47-
YUV17281.7284.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.43%
GREEN value IS 219 (85.94% from 255) = 52.14%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=26.43%
G=52.14%
B=21.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal111219900.4900.590.14110.2364.1860.59
Hex6FDB5A3103BE6e403d
Octal157333132610731615610075
Binary11011111101101110110101100010111011111011011101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,219,90); }

 H1.HeaderClassName
 {
   color: #6FDB5A;
 }
 .AnyTagClassName
 {
   color: #6FDB5A;
 }
</style>
background-color css

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

 a { background-color: rgb(111,219,90); }

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

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

 span { border-color: rgb(111,219,90); }

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