#69E78C

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

Shades of Pastel Green #69E78C

Tints of Pastel Green #69E78C

Color information

#69E78C (or 0x69E78C) is unknown color: approx Pastel Green. HEX triplet: 69, E7 and 8C. RGB value is (105,231,140). Sum of RGB (Red+Green+Blue) = 105+231+140=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #69E78C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E78C is #961873. Grayscale: #B7B7B7. Windows color (decimal): -9836660 or 9234281. OLE color: 9234281.

HSL color Cylindrical-coordinate representation of color #69E78C: hue angle of 136.67º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E78C is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB105231140-
CMYK0.5500.390.09
HSL136.67º72.41%65.88%-
HSV(B)136.67º54.55%90.59%-
XYZ39.1462.0534.72-
YUV182.95103.7672.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.06%
GREEN value IS 231 (90.62% from 255) = 48.53%
BLUE value IS 140 (55.08% from 255) = 29.41%
R=22.06%
G=48.53%
B=29.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052311400.5500.390.09136.6772.4165.88
Hex69E78C370279894842
Octal1513472146704711211110102
Binary11010011110011110001100110111010011110011000100110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,231,140); }

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

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

 a { background-color: rgb(105,231,140); }

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

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

 span { border-color: rgb(105,231,140); }

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