#61DD12

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

Shades of Bright Green #61DD12

Tints of Bright Green #61DD12

Color information

#61DD12 (or 0x61DD12) is unknown color: approx Bright Green. HEX triplet: 61, DD and 12. RGB value is (97,221,18). Sum of RGB (Red+Green+Blue) = 97+221+18=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DD12 is #9E22ED. Grayscale: #A1A1A1. Windows color (decimal): -10363630 or 1236321. OLE color: 1236321.

HSL color Cylindrical-coordinate representation of color #61DD12: hue angle of 96.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61DD12 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB9722118-
CMYK0.5600.920.13
HSL96.65º84.94%46.86%-
HSV(B)96.65º91.86%86.67%-
XYZ30.954.39.42-
YUV160.7847.4282.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 221 (86.72% from 255) = 65.77%
BLUE value IS 18 (7.42% from 255) = 5.36%
R=28.87%
G=65.77%
B=5.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal97221180.5600.920.1396.6584.9446.86
Hex61DD123805CD61552f
Octal141335227001341514112557
Binary1100001110111011001011100001011100110111000011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,221,18); }

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

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

 a { background-color: rgb(97,221,18); }

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

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

 span { border-color: rgb(97,221,18); }

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