#6BE474

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

Shades of Pastel Green #6BE474

Tints of Pastel Green #6BE474

Color information

#6BE474 (or 0x6BE474) is unknown color: approx Pastel Green. HEX triplet: 6B, E4 and 74. RGB value is (107,228,116). Sum of RGB (Red+Green+Blue) = 107+228+116=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 228 (89.45% from 255 or 50.55% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 228 - color contains mainly: green. Hex color #6BE474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BE474 is #941B8B. Grayscale: #B3B3B3. Windows color (decimal): -9706380 or 7660651. OLE color: 7660651.

HSL color Cylindrical-coordinate representation of color #6BE474: hue angle of 124.46º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE474 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB107228116-
CMYK0.5300.490.11
HSL124.46º69.14%65.69%-
HSV(B)124.46º53.07%89.41%-
XYZ36.9659.8726.13-
YUV179.0592.4176.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.73%
GREEN value IS 228 (89.45% from 255) = 50.55%
BLUE value IS 116 (45.70% from 255) = 25.72%
R=23.73%
G=50.55%
B=25.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1072281160.5300.490.11124.4669.1465.69
Hex6BE47435031B7c4542
Octal1533441646506113174105102
Binary110101111100100111010011010101100011011111110010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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