#69EF7D

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

Shades of Pastel Green #69EF7D

Tints of Pastel Green #69EF7D

Color information

#69EF7D (or 0x69EF7D) is unknown color: approx Pastel Green. HEX triplet: 69, EF and 7D. RGB value is (105,239,125). Sum of RGB (Red+Green+Blue) = 105+239+125=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69EF7D is #961082. Grayscale: #BABABA. Windows color (decimal): -9834627 or 8253289. OLE color: 8253289.

HSL color Cylindrical-coordinate representation of color #69EF7D: hue angle of 128.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EF7D is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB105239125-
CMYK0.5600.480.06
HSL128.96º80.72%67.45%-
HSV(B)128.96º56.07%93.73%-
XYZ40.3966.2230.05-
YUV185.9493.6170.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.39%
GREEN value IS 239 (93.75% from 255) = 50.96%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=22.39%
G=50.96%
B=26.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052391250.5600.480.06128.9680.7267.45
Hex69EF7D380306815143
Octal151357175700606201121103
Binary110100111101111111110111100001100001101000000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,239,125); }

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

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

 a { background-color: rgb(105,239,125); }

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

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

 span { border-color: rgb(105,239,125); }

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