#6BE470

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

Shades of Pastel Green #6BE470

Tints of Pastel Green #6BE470

Color information

#6BE470 (or 0x6BE470) is unknown color: approx Pastel Green. HEX triplet: 6B, E4 and 70. RGB value is (107,228,112). Sum of RGB (Red+Green+Blue) = 107+228+112=447 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.94% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #6BE470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BE470 is #941B8F. Grayscale: #B2B2B2. Windows color (decimal): -9706384 or 7398507. OLE color: 7398507.

HSL color Cylindrical-coordinate representation of color #6BE470: hue angle of 122.48º 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 #6BE470 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB107228112-
CMYK0.5300.510.11
HSL122.48º69.14%65.69%-
HSV(B)122.48º53.07%89.41%-
XYZ36.7359.7824.93-
YUV178.690.4176.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.94%
GREEN value IS 228 (89.45% from 255) = 51.01%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=23.94%
G=51.01%
B=25.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1072281120.5300.510.11122.4869.1465.69
Hex6BE47035033B7a4542
Octal1533441606506313172105102
Binary110101111100100111000011010101100111011111101010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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