#6BEA75

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

Shades of Pastel Green #6BEA75

Tints of Pastel Green #6BEA75

Color information

#6BEA75 (or 0x6BEA75) is unknown color: approx Pastel Green. HEX triplet: 6B, EA and 75. RGB value is (107,234,117). Sum of RGB (Red+Green+Blue) = 107+234+117=458 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.36% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEA75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BEA75 is #94158A. Grayscale: #B7B7B7. Windows color (decimal): -9704843 or 7727723. OLE color: 7727723.

HSL color Cylindrical-coordinate representation of color #6BEA75: hue angle of 124.72º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEA75 is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB107234117-
CMYK0.5400.50.08
HSL124.72º75.15%66.86%-
HSV(B)124.72º54.27%91.76%-
XYZ38.763.2627-
YUV182.6990.9274.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.36%
GREEN value IS 234 (91.80% from 255) = 51.09%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=23.36%
G=51.09%
B=25.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072341170.5400.50.08124.7275.1566.86
Hex6BEA753603287d4b43
Octal1533521656606210175113103
Binary110101111101010111010111011001100101000111110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,234,117); }

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

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

 a { background-color: rgb(107,234,117); }

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

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

 span { border-color: rgb(107,234,117); }

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