#69E073

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

Shades of Pastel Green #69E073

Tints of Pastel Green #69E073

Color information

#69E073 (or 0x69E073) is unknown color: approx Pastel Green. HEX triplet: 69, E0 and 73. RGB value is (105,224,115). Sum of RGB (Red+Green+Blue) = 105+224+115=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #69E073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E073 is #961F8C. Grayscale: #B0B0B0. Windows color (decimal): -9838477 or 7594089. OLE color: 7594089.

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

Color convert

RGB105224115-
CMYK0.5300.490.12
HSL125.04º65.75%64.51%-
HSV(B)125.04º53.12%87.84%-
XYZ35.5857.5525.45-
YUV175.9993.5877.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.65%
GREEN value IS 224 (87.89% from 255) = 50.45%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=23.65%
G=50.45%
B=25.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241150.5300.490.12125.0465.7564.51
Hex69E07335031C7d4241
Octal1513401636506114175102101
Binary110100111100000111001111010101100011100111110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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