Html Css Color HEX #61EF14 Bright Green

📋 copy color: '#61EF14'

red 97 ◦ green 239 ◦ blue 20

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

Shades of Bright Green #61EF14

Tints of Bright Green #61EF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 67.13%

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 27.25%
G = 67.13%
B = 5.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#61EF14 (or 0x61EF14) is known color: Bright Green. HEX triplet: 61, EF and 14. RGB value is (97,239,20). Sum of RGB (Red+Green+Blue) = 97+239+20=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #61EF14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61EF14 is #9E10EB. Grayscale: #ACACAC. Windows color (decimal): -10359020 or 1372001. OLE color: 1372001.

HSL color Cylindrical-coordinate representation of color #61EF14: hue angle of 98.9º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61EF14 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 239 20 -
CMYK 0.59 0 0.92 0.06
HSL 98.9º 0.87% 0.51% -
HSV(B) 98.9º 0.92% 0.94% -
XYZ 35.92 64.32 11.18 -
YUV 171.58 42.46 74.81 -
System Red Green Blue C M Y K H S L
Decimal 97 239 20 0.59 0 0.92 0.06 98.9 0.87 0.51
Hex 61 EF 14 3B 0 5C 6 63 57 33
Octal 141 357 24 73 0 134 6 143 127 63
Binary 1100001 11101111 10100 111011 0 1011100 110 1100011 1010111 110011

Color Harmonies of #61EF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EF14

Black with #61EF14

Text Example


Text Example

White with #61EF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,239,20); }

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

background-color css

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

 a { background-color: rgb(97,239,20); }

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

border-color css

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

 span { border-color: rgb(97,239,20); }

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