Html Css Color HEX #61DA04 Bright Green

📋 copy color: '#61DA04'

red 97 ◦ green 218 ◦ blue 4

#61DA04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #61DA04

Tints of Bright Green #61DA04

RGB

 RED value IS 97 (38.28% from 255) = 30.41%

 GREEN value IS 218 (85.55% from 255) = 68.34%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 30.41%
G = 68.34%
B = 1.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#61DA04 (or 0x61DA04) is known color: Bright Green. HEX triplet: 61, DA and 04. RGB value is (97,218,4). Sum of RGB (Red+Green+Blue) = 97+218+4=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 218 (85.55% from 255 or 68.34% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 218 - color contains mainly: green. Hex color #61DA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DA04 is #9E25FB. Grayscale: #9E9E9E. Windows color (decimal): -10364412 or 318049. OLE color: 318049.

HSL color Cylindrical-coordinate representation of color #61DA04: hue angle of 93.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61DA04 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 218 4 -
CMYK 0.56 0 0.98 0.15
HSL 93.93º 0.96% 0.44% -
HSV(B) 93.93º 0.98% 0.85% -
XYZ 30.02 52.69 8.7 -
YUV 157.43 41.41 84.9 -
System Red Green Blue C M Y K H S L
Decimal 97 218 4 0.56 0 0.98 0.15 93.93 0.96 0.44
Hex 61 DA 4 38 0 62 F 5E 60 2C
Octal 141 332 4 70 0 142 17 136 140 54
Binary 1100001 11011010 100 111000 0 1100010 1111 1011110 1100000 101100

Color Harmonies of #61DA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DA04

Black with #61DA04

Text Example


Text Example

White with #61DA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,218,4); }

 H1.HeaderClassName
 {
   color: #61DA04;
 }
 .AnyTagClassName
 {
   color: #61DA04;
 }
</style>

background-color css

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

 a { background-color: rgb(97,218,4); }

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

border-color css

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

 span { border-color: rgb(97,218,4); }

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