#69DE74

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

Shades of Pastel Green #69DE74

Tints of Pastel Green #69DE74

Color information

#69DE74 (or 0x69DE74) is unknown color: approx Pastel Green. HEX triplet: 69, DE and 74. RGB value is (105,222,116). Sum of RGB (Red+Green+Blue) = 105+222+116=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #69DE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DE74 is #96218B. Grayscale: #AFAFAF. Windows color (decimal): -9838988 or 7659113. OLE color: 7659113.

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

Color convert

RGB105222116-
CMYK0.5300.480.13
HSL125.64º63.93%64.12%-
HSV(B)125.64º52.7%87.06%-
XYZ35.156.5125.58-
YUV174.9394.7478.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.70%
GREEN value IS 222 (87.11% from 255) = 50.11%
BLUE value IS 116 (45.70% from 255) = 26.19%
R=23.70%
G=50.11%
B=26.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052221160.5300.480.13125.6463.9364.12
Hex69DE7435030D7e4040
Octal1513361646506015176100100
Binary110100111011110111010011010101100001101111111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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