#6FDC5B

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

Shades of Pastel Green #6FDC5B

Tints of Pastel Green #6FDC5B

Color information

#6FDC5B (or 0x6FDC5B) is unknown color: approx Pastel Green. HEX triplet: 6F, DC and 5B. RGB value is (111,220,91). Sum of RGB (Red+Green+Blue) = 111+220+91=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDC5B is #9023A4. Grayscale: #ADADAD. Windows color (decimal): -9446309 or 6020207. OLE color: 6020207.

HSL color Cylindrical-coordinate representation of color #6FDC5B: hue angle of 110.7º degrees, saturation: 0.65, 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 #6FDC5B is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB11122091-
CMYK0.5000.590.14
HSL110.7º64.82%60.98%-
HSV(B)110.7º58.64%86.27%-
XYZ34.0455.3218.78-
YUV172.781.8983.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 220 (86.33% from 255) = 52.13%
BLUE value IS 91 (35.94% from 255) = 21.56%
R=26.30%
G=52.13%
B=21.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal111220910.5000.590.14110.764.8260.98
Hex6FDC5B3203BE6f413d
Octal157334133620731615710175
Binary11011111101110010110111100100111011111011011111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,220,91); }

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

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

 a { background-color: rgb(111,220,91); }

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

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

 span { border-color: rgb(111,220,91); }

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