Html Css Color HEX #5FDC0F Bright Green

📋 copy color: '#5FDC0F'

red 95 ◦ green 220 ◦ blue 15

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

Shades of Bright Green #5FDC0F

Tints of Bright Green #5FDC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.55%

R = 28.79%
G = 66.67%
B = 4.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#5FDC0F (or 0x5FDC0F) is known color: Bright Green. HEX triplet: 5F, DC and 0F. RGB value is (95,220,15). Sum of RGB (Red+Green+Blue) = 95+220+15=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDC0F is #A023F0. Grayscale: #9F9F9F. Windows color (decimal): -10494961 or 1039455. OLE color: 1039455.

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

Color convert

RGB 95 220 15 -
CMYK 0.57 0 0.93 0.14
HSL 96.59º 0.87% 0.46% -
HSV(B) 96.59º 0.93% 0.86% -
XYZ 30.4 53.65 9.21 -
YUV 159.26 46.59 82.17 -
System Red Green Blue C M Y K H S L
Decimal 95 220 15 0.57 0 0.93 0.14 96.59 0.87 0.46
Hex 5F DC F 39 0 5D E 61 57 2E
Octal 137 334 17 71 0 135 16 141 127 56
Binary 1011111 11011100 1111 111001 0 1011101 1110 1100001 1010111 101110

Color Harmonies of #5FDC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDC0F

Black with #5FDC0F

Text Example


Text Example

White with #5FDC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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