#69D45C

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

Shades of Pastel Green #69D45C

Tints of Pastel Green #69D45C

Color information

#69D45C (or 0x69D45C) is unknown color: approx Pastel Green. HEX triplet: 69, D4 and 5C. RGB value is (105,212,92). Sum of RGB (Red+Green+Blue) = 105+212+92=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 212 (83.20% from 255 or 51.83% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 212 - color contains mainly: green. Hex color #69D45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D45C is #962BA3. Grayscale: #A6A6A6. Windows color (decimal): -9841572 or 6083689. OLE color: 6083689.

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

Color convert

RGB10521292-
CMYK0.5000.570.17
HSL113.5º58.25%59.61%-
HSV(B)113.5º56.6%83.14%-
XYZ31.350.8618.29-
YUV166.3386.0584.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 212 (83.20% from 255) = 51.83%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=25.67%
G=51.83%
B=22.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal105212920.5000.570.17113.558.2559.61
Hex69D45C3203911723a3c
Octal15132413462071211627274
Binary11010011101010010111001100100111001100011110010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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