#69E084

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

Shades of Pastel Green #69E084

Tints of Pastel Green #69E084

Color information

#69E084 (or 0x69E084) is unknown color: approx Pastel Green. HEX triplet: 69, E0 and 84. RGB value is (105,224,132). Sum of RGB (Red+Green+Blue) = 105+224+132=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #69E084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E084 is #961F7B. Grayscale: #B2B2B2. Windows color (decimal): -9838460 or 8708201. OLE color: 8708201.

HSL color Cylindrical-coordinate representation of color #69E084: hue angle of 133.61º 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 #69E084 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB105224132-
CMYK0.5300.410.12
HSL133.61º65.75%64.51%-
HSV(B)133.61º53.12%87.84%-
XYZ36.6557.9831.09-
YUV177.93102.0875.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 224 (87.89% from 255) = 48.59%
BLUE value IS 132 (51.95% from 255) = 28.63%
R=22.78%
G=48.59%
B=28.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241320.5300.410.12133.6165.7564.51
Hex69E08435029C864241
Octal1513402046505114206102101
Binary11010011110000010000100110101010100111001000011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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