#6BFDA1

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

Shades of Light Green #6BFDA1

Tints of Light Green #6BFDA1

Color information

#6BFDA1 (or 0x6BFDA1) is unknown color: approx Light Green. HEX triplet: 6B, FD and A1. RGB value is (107,253,161). Sum of RGB (Red+Green+Blue) = 107+253+161=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFDA1 is #94025E. Grayscale: #C7C7C7. Windows color (decimal): -9699935 or 10616171. OLE color: 10616171.

HSL color Cylindrical-coordinate representation of color #6BFDA1: hue angle of 142.19º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDA1 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB107253161-
CMYK0.5800.360.01
HSL142.19º97.33%70.59%-
HSV(B)142.19º57.71%99.22%-
XYZ47.6275.9545.87-
YUV198.86106.6362.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.54%
GREEN value IS 253 (99.22% from 255) = 48.56%
BLUE value IS 161 (63.28% from 255) = 30.90%
R=20.54%
G=48.56%
B=30.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072531610.5800.360.01142.1997.3370.59
Hex6BFDA13A02418e6147
Octal153375241720441216141107
Binary11010111111110110100001111010010010011000111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,253,161); }

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

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

 a { background-color: rgb(107,253,161); }

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

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

 span { border-color: rgb(107,253,161); }

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