#6BFDA2

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

Shades of Light Green #6BFDA2

Tints of Light Green #6BFDA2

Color information

#6BFDA2 (or 0x6BFDA2) is unknown color: approx Light Green. HEX triplet: 6B, FD and A2. RGB value is (107,253,162). Sum of RGB (Red+Green+Blue) = 107+253+162=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFDA2 is #94025D. Grayscale: #C7C7C7. Windows color (decimal): -9699934 or 10681707. OLE color: 10681707.

HSL color Cylindrical-coordinate representation of color #6BFDA2: hue angle of 142.6º 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 #6BFDA2 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB107253162-
CMYK0.5800.360.01
HSL142.6º97.33%70.59%-
HSV(B)142.6º57.71%99.22%-
XYZ47.7175.9846.33-
YUV198.97107.1362.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.50%
GREEN value IS 253 (99.22% from 255) = 48.47%
BLUE value IS 162 (63.67% from 255) = 31.03%
R=20.50%
G=48.47%
B=31.03%

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
Decimal1072531620.5800.360.01142.697.3370.59
Hex6BFDA23A02418f6147
Octal153375242720441217141107
Binary11010111111110110100010111010010010011000111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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