#69E082

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

Shades of Pastel Green #69E082

Tints of Pastel Green #69E082

Color information

#69E082 (or 0x69E082) is unknown color: approx Pastel Green. HEX triplet: 69, E0 and 82. RGB value is (105,224,130). Sum of RGB (Red+Green+Blue) = 105+224+130=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #69E082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E082 is #961F7D. Grayscale: #B1B1B1. Windows color (decimal): -9838462 or 8577129. OLE color: 8577129.

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

Color convert

RGB105224130-
CMYK0.5300.420.12
HSL132.61º65.75%64.51%-
HSV(B)132.61º53.12%87.84%-
XYZ36.5157.9330.38-
YUV177.7101.0876.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.88%
GREEN value IS 224 (87.89% from 255) = 48.80%
BLUE value IS 130 (51.17% from 255) = 28.32%
R=22.88%
G=48.80%
B=28.32%

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
Decimal1052241300.5300.420.12132.6165.7564.51
Hex69E0823502AC854241
Octal1513402026505214205102101
Binary11010011110000010000010110101010101011001000010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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