#69E770

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

Shades of Pastel Green #69E770

Tints of Pastel Green #69E770

Color information

#69E770 (or 0x69E770) is unknown color: approx Pastel Green. HEX triplet: 69, E7 and 70. RGB value is (105,231,112). Sum of RGB (Red+Green+Blue) = 105+231+112=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 231 (90.62% from 255 or 51.56% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 231 - color contains mainly: green. Hex color #69E770 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69E770 is #96188F. Grayscale: #B4B4B4. Windows color (decimal): -9836688 or 7399273. OLE color: 7399273.

HSL color Cylindrical-coordinate representation of color #69E770: hue angle of 123.33º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E770 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB105231112-
CMYK0.5500.520.09
HSL123.33º72.41%65.88%-
HSV(B)123.33º54.55%90.59%-
XYZ37.3361.3225.2-
YUV179.7689.7674.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.44%
GREEN value IS 231 (90.62% from 255) = 51.56%
BLUE value IS 112 (44.14% from 255) = 25%
R=23.44%
G=51.56%
B=25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052311120.5500.520.09123.3372.4165.88
Hex69E7703703497b4842
Octal1513471606706411173110102
Binary110100111100111111000011011101101001001111101110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,231,112); }

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

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

 a { background-color: rgb(105,231,112); }

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

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

 span { border-color: rgb(105,231,112); }

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