#6BE065

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

Shades of Pastel Green #6BE065

Tints of Pastel Green #6BE065

Color information

#6BE065 (or 0x6BE065) is unknown color: approx Pastel Green. HEX triplet: 6B, E0 and 65. RGB value is (107,224,101). Sum of RGB (Red+Green+Blue) = 107+224+101=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #6BE065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BE065 is #941F9A. Grayscale: #AFAFAF. Windows color (decimal): -9707419 or 6676587. OLE color: 6676587.

HSL color Cylindrical-coordinate representation of color #6BE065: hue angle of 117.07º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BE065 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB107224101-
CMYK0.5200.550.12
HSL117.07º66.49%63.73%-
HSV(B)117.07º54.91%87.84%-
XYZ35.0757.3821.54-
YUV17586.2479.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.77%
GREEN value IS 224 (87.89% from 255) = 51.85%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=24.77%
G=51.85%
B=23.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1072241010.5200.550.12117.0766.4963.73
Hex6BE06534037C754240
Octal1533401456406714165102100
Binary110101111100000110010111010001101111100111010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,224,101); }

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

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

 a { background-color: rgb(107,224,101); }

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

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

 span { border-color: rgb(107,224,101); }

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