#61DE68

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

Shades of Pastel Green #61DE68

Tints of Pastel Green #61DE68

Color information

#61DE68 (or 0x61DE68) is unknown color: approx Pastel Green. HEX triplet: 61, DE and 68. RGB value is (97,222,104). Sum of RGB (Red+Green+Blue) = 97+222+104=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DE68 is #9E2197. Grayscale: #ABABAB. Windows color (decimal): -10363288 or 6872673. OLE color: 6872673.

HSL color Cylindrical-coordinate representation of color #61DE68: hue angle of 123.36º 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 #61DE68 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB97222104-
CMYK0.5600.530.13
HSL123.36º65.45%62.55%-
HSV(B)123.36º56.31%87.06%-
XYZ33.5555.7822.1-
YUV171.1790.0975.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.93%
GREEN value IS 222 (87.11% from 255) = 52.48%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=22.93%
G=52.48%
B=24.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972221040.5600.530.13123.3665.4562.55
Hex61DE6838035D7b413f
Octal141336150700651517310177
Binary11000011101111011010001110000110101110111110111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61DE68; }

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

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

<style>
 a { background-color: #61DE68; }

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

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

<style>
 span { border-color: #61DE68; }

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

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