#69E380

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

Shades of Pastel Green #69E380

Tints of Pastel Green #69E380

Color information

#69E380 (or 0x69E380) is unknown color: approx Pastel Green. HEX triplet: 69, E3 and 80. RGB value is (105,227,128). Sum of RGB (Red+Green+Blue) = 105+227+128=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 227 (89.06% from 255 or 49.35% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 227 - color contains mainly: green. Hex color #69E380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E380 is #961C7F. Grayscale: #B3B3B3. Windows color (decimal): -9837696 or 8446825. OLE color: 8446825.

HSL color Cylindrical-coordinate representation of color #69E380: hue angle of 131.31º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E380 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB105227128-
CMYK0.5400.440.11
HSL131.31º68.54%65.1%-
HSV(B)131.31º53.74%89.02%-
XYZ37.1959.529.95-
YUV179.2499.0875.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.83%
GREEN value IS 227 (89.06% from 255) = 49.35%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=22.83%
G=49.35%
B=27.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052271280.5400.440.11131.3168.5465.1
Hex69E3803602CB834541
Octal1513432006605413203105101
Binary11010011110001110000000110110010110010111000001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69E380; }

 p { color: rgb(105,227,128); }

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

<style>
 a { background-color: #69E380; }

 a { background-color: rgb(105,227,128); }

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

<style>
 span { border-color: #69E380; }

 span { border-color: rgb(105,227,128); }

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