#69DE61

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

Shades of Pastel Green #69DE61

Tints of Pastel Green #69DE61

Color information

#69DE61 (or 0x69DE61) is unknown color: approx Pastel Green. HEX triplet: 69, DE and 61. RGB value is (105,222,97). Sum of RGB (Red+Green+Blue) = 105+222+97=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #69DE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DE61 is #96219E. Grayscale: #ADADAD. Windows color (decimal): -9839007 or 6413929. OLE color: 6413929.

HSL color Cylindrical-coordinate representation of color #69DE61: hue angle of 116.16º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69DE61 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB10522297-
CMYK0.5300.560.13
HSL116.16º65.45%62.55%-
HSV(B)116.16º56.31%87.06%-
XYZ34.156.1120.34-
YUV172.7785.2479.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.76%
GREEN value IS 222 (87.11% from 255) = 52.36%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=24.76%
G=52.36%
B=22.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105222970.5300.560.13116.1665.4562.55
Hex69DE6135038D74413f
Octal151336141650701516410177
Binary11010011101111011000011101010111000110111101001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,222,97); }

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

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

 a { background-color: rgb(105,222,97); }

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

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

 span { border-color: rgb(105,222,97); }

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