#69E081

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

Shades of Pastel Green #69E081

Tints of Pastel Green #69E081

Color information

#69E081 (or 0x69E081) is unknown color: approx Pastel Green. HEX triplet: 69, E0 and 81. RGB value is (105,224,129). Sum of RGB (Red+Green+Blue) = 105+224+129=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #69E081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E081 is #961F7E. Grayscale: #B1B1B1. Windows color (decimal): -9838463 or 8511593. OLE color: 8511593.

HSL color Cylindrical-coordinate representation of color #69E081: hue angle of 132.1º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E081 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB105224129-
CMYK0.5300.420.12
HSL132.1º65.75%64.51%-
HSV(B)132.1º53.12%87.84%-
XYZ36.4457.930.02-
YUV177.59100.5876.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.93%
GREEN value IS 224 (87.89% from 255) = 48.91%
BLUE value IS 129 (50.78% from 255) = 28.17%
R=22.93%
G=48.91%
B=28.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241290.5300.420.12132.165.7564.51
Hex69E0813502AC844241
Octal1513402016505214204102101
Binary11010011110000010000001110101010101011001000010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,224,129); }

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

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

 a { background-color: rgb(105,224,129); }

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

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

 span { border-color: rgb(105,224,129); }

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