#6BDF6E

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

Shades of Pastel Green #6BDF6E

Tints of Pastel Green #6BDF6E

Color information

#6BDF6E (or 0x6BDF6E) is unknown color: approx Pastel Green. HEX triplet: 6B, DF and 6E. RGB value is (107,223,110). Sum of RGB (Red+Green+Blue) = 107+223+110=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDF6E is #942091. Grayscale: #AFAFAF. Windows color (decimal): -9707666 or 7266155. OLE color: 7266155.

HSL color Cylindrical-coordinate representation of color #6BDF6E: hue angle of 121.55º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDF6E is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB107223110-
CMYK0.5200.510.13
HSL121.55º64.44%64.71%-
HSV(B)121.55º52.02%87.45%-
XYZ35.2757.0323.9-
YUV175.4391.0779.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.32%
GREEN value IS 223 (87.5% from 255) = 50.68%
BLUE value IS 110 (43.36% from 255) = 25%
R=24.32%
G=50.68%
B=25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072231100.5200.510.13121.5564.4464.71
Hex6BDF6E34033D7a4041
Octal1533371566406315172100101
Binary110101111011111110111011010001100111101111101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,223,110); }

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

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

 a { background-color: rgb(107,223,110); }

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

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

 span { border-color: rgb(107,223,110); }

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