#69ED80

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

Shades of Pastel Green #69ED80

Tints of Pastel Green #69ED80

Color information

#69ED80 (or 0x69ED80) is unknown color: approx Pastel Green. HEX triplet: 69, ED and 80. RGB value is (105,237,128). Sum of RGB (Red+Green+Blue) = 105+237+128=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #69ED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69ED80 is #96127F. Grayscale: #B9B9B9. Windows color (decimal): -9835136 or 8449385. OLE color: 8449385.

HSL color Cylindrical-coordinate representation of color #69ED80: hue angle of 130.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ED80 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB105237128-
CMYK0.5600.460.07
HSL130.45º78.57%67.06%-
HSV(B)130.45º55.7%92.94%-
XYZ40.0165.1330.88-
YUV185.1195.7770.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.34%
GREEN value IS 237 (92.97% from 255) = 50.43%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=22.34%
G=50.43%
B=27.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052371280.5600.460.07130.4578.5767.06
Hex69ED803802E7824f43
Octal151355200700567202117103
Binary1101001111011011000000011100001011101111000001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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