#6BEA74

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

Shades of Pastel Green #6BEA74

Tints of Pastel Green #6BEA74

Color information

#6BEA74 (or 0x6BEA74) is unknown color: approx Pastel Green. HEX triplet: 6B, EA and 74. RGB value is (107,234,116). Sum of RGB (Red+Green+Blue) = 107+234+116=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEA74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BEA74 is #94158B. Grayscale: #B6B6B6. Windows color (decimal): -9704844 or 7662187. OLE color: 7662187.

HSL color Cylindrical-coordinate representation of color #6BEA74: hue angle of 124.25º 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 #6BEA74 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB107234116-
CMYK0.5400.500.08
HSL124.25º75.15%66.86%-
HSV(B)124.25º54.27%91.76%-
XYZ38.6463.2326.69-
YUV182.5890.4274.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.41%
GREEN value IS 234 (91.80% from 255) = 51.20%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=23.41%
G=51.20%
B=25.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072341160.5400.500.08124.2575.1566.86
Hex6BEA743603287c4b43
Octal1533521646606210174113103
Binary110101111101010111010011011001100101000111110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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