#61DB0A

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

Shades of Bright Green #61DB0A

Tints of Bright Green #61DB0A

Color information

#61DB0A (or 0x61DB0A) is unknown color: approx Bright Green. HEX triplet: 61, DB and 0A. RGB value is (97,219,10). Sum of RGB (Red+Green+Blue) = 97+219+10=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 219 (85.94% from 255 or 67.18% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DB0A is #9E24F5. Grayscale: #9F9F9F. Windows color (decimal): -10364150 or 711521. OLE color: 711521.

HSL color Cylindrical-coordinate representation of color #61DB0A: hue angle of 95.02º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61DB0A is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB9721910-
CMYK0.5600.950.14
HSL95.02º91.27%44.9%-
HSV(B)95.02º95.43%85.88%-
XYZ30.3253.238.96-
YUV158.744.0883.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 219 (85.94% from 255) = 67.18%
BLUE value IS 10 (4.30% from 255) = 3.07%
R=29.75%
G=67.18%
B=3.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal97219100.5600.950.1495.0291.2744.9
Hex61DBA3805FE5f5b2d
Octal141333127001371613713355
Binary110000111011011101011100001011111111010111111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,219,10); }

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

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

 a { background-color: rgb(97,219,10); }

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

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

 span { border-color: rgb(97,219,10); }

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