#69E075

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

Shades of Pastel Green #69E075

Tints of Pastel Green #69E075

Color information

#69E075 (or 0x69E075) is unknown color: approx Pastel Green. HEX triplet: 69, E0 and 75. RGB value is (105,224,117). Sum of RGB (Red+Green+Blue) = 105+224+117=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #69E075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E075 is #961F8A. Grayscale: #B0B0B0. Windows color (decimal): -9838475 or 7725161. OLE color: 7725161.

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

Color convert

RGB105224117-
CMYK0.5300.480.12
HSL126.05º65.75%64.51%-
HSV(B)126.05º53.12%87.84%-
XYZ35.6957.626.07-
YUV176.2294.5877.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 224 (87.89% from 255) = 50.22%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=23.54%
G=50.22%
B=26.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241170.5300.480.12126.0565.7564.51
Hex69E07535030C7e4241
Octal1513401656506014176102101
Binary110100111100000111010111010101100001100111111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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