Html Css Color HEX #5FDC04 Bright Green

📋 copy color: '#5FDC04'

red 95 ◦ green 220 ◦ blue 4

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

Shades of Bright Green #5FDC04

Tints of Bright Green #5FDC04

RGB

 RED value IS 95 (37.5% from 255) = 29.78%

 GREEN value IS 220 (86.33% from 255) = 68.97%

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

R = 29.78%
G = 68.97%
B = 1.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#5FDC04 (or 0x5FDC04) is known color: Bright Green. HEX triplet: 5F, DC and 04. RGB value is (95,220,4). Sum of RGB (Red+Green+Blue) = 95+220+4=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDC04 is #A023FB. Grayscale: #9E9E9E. Windows color (decimal): -10494972 or 318559. OLE color: 318559.

HSL color Cylindrical-coordinate representation of color #5FDC04: hue angle of 94.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FDC04 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 220 4 -
CMYK 0.57 0 0.98 0.14
HSL 94.72º 0.96% 0.44% -
HSV(B) 94.72º 0.98% 0.86% -
XYZ 30.33 53.63 8.87 -
YUV 158 41.09 83.06 -
System Red Green Blue C M Y K H S L
Decimal 95 220 4 0.57 0 0.98 0.14 94.72 0.96 0.44
Hex 5F DC 4 39 0 62 E 5F 60 2C
Octal 137 334 4 71 0 142 16 137 140 54
Binary 1011111 11011100 100 111001 0 1100010 1110 1011111 1100000 101100

Color Harmonies of #5FDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDC04

Black with #5FDC04

Text Example


Text Example

White with #5FDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FDC04; }

 p { color: rgb(95,220,4); }

 H1.HeaderClassName
 {
   color: #5FDC04;
 }
 .AnyTagClassName
 {
   color: #5FDC04;
 }
</style>

background-color css

<style>
 a { background-color: #5FDC04; }

 a { background-color: rgb(95,220,4); }

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

border-color css

<style>
 span { border-color: #5FDC04; }

 span { border-color: rgb(95,220,4); }

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