#69D45E

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

Shades of Pastel Green #69D45E

Tints of Pastel Green #69D45E

Color information

#69D45E (or 0x69D45E) is unknown color: approx Pastel Green. HEX triplet: 69, D4 and 5E. RGB value is (105,212,94). Sum of RGB (Red+Green+Blue) = 105+212+94=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #69D45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D45E is #962BA1. Grayscale: #A6A6A6. Windows color (decimal): -9841570 or 6214761. OLE color: 6214761.

HSL color Cylindrical-coordinate representation of color #69D45E: hue angle of 114.41º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69D45E is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB10521294-
CMYK0.5000.560.17
HSL114.41º57.84%60%-
HSV(B)114.41º55.66%83.14%-
XYZ31.3950.918.76-
YUV166.5687.0584.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.55%
GREEN value IS 212 (83.20% from 255) = 51.58%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=25.55%
G=51.58%
B=22.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal105212940.5000.560.17114.4157.8460
Hex69D45E3203811723a3c
Octal15132413662070211627274
Binary11010011101010010111101100100111000100011110010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,212,94); }

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

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

 a { background-color: rgb(105,212,94); }

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

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

 span { border-color: rgb(105,212,94); }

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