#6BE15A

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

Shades of Pastel Green #6BE15A

Tints of Pastel Green #6BE15A

Color information

#6BE15A (or 0x6BE15A) is unknown color: approx Pastel Green. HEX triplet: 6B, E1 and 5A. RGB value is (107,225,90). Sum of RGB (Red+Green+Blue) = 107+225+90=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 225 (88.28% from 255 or 53.32% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE15A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BE15A is #941EA5. Grayscale: #AEAEAE. Windows color (decimal): -9707174 or 5955947. OLE color: 5955947.

HSL color Cylindrical-coordinate representation of color #6BE15A: hue angle of 112.44º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6BE15A is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB10722590-
CMYK0.5200.600.12
HSL112.44º69.23%61.76%-
HSV(B)112.44º60%88.24%-
XYZ34.8357.7118.98-
YUV174.3380.4179.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.36%
GREEN value IS 225 (88.28% from 255) = 53.32%
BLUE value IS 90 (35.55% from 255) = 21.33%
R=25.36%
G=53.32%
B=21.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal107225900.5200.600.12112.4469.2361.76
Hex6BE15A3403CC70453e
Octal153341132640741416010576
Binary11010111110000110110101101000111100110011100001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,225,90); }

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

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

 a { background-color: rgb(107,225,90); }

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

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

 span { border-color: rgb(107,225,90); }

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