Html Css Color HEX #5FDD01 Bright Green

📋 copy color: '#5FDD01'

red 95 ◦ green 221 ◦ blue 1

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

Shades of Bright Green #5FDD01

Tints of Bright Green #5FDD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 69.72%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 29.97%
G = 69.72%
B = 0.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#5FDD01 (or 0x5FDD01) is known color: Bright Green. HEX triplet: 5F, DD and 01. RGB value is (95,221,1). Sum of RGB (Red+Green+Blue) = 95+221+1=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDD01 is #A022FE. Grayscale: #9F9F9F. Windows color (decimal): -10494719 or 122207. OLE color: 122207.

HSL color Cylindrical-coordinate representation of color #5FDD01: hue angle of 94.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FDD01 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 221 1 -
CMYK 0.57 0 1.00 0.13
HSL 94.36º 0.99% 0.44% -
HSV(B) 94.36º 1% 0.87% -
XYZ 30.58 54.15 8.87 -
YUV 158.25 39.26 82.89 -
System Red Green Blue C M Y K H S L
Decimal 95 221 1 0.57 0 1.00 0.13 94.36 0.99 0.44
Hex 5F DD 1 39 0 64 D 5E 63 2C
Octal 137 335 1 71 0 144 15 136 143 54
Binary 1011111 11011101 1 111001 0 1100100 1101 1011110 1100011 101100

Color Harmonies of #5FDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDD01

Black with #5FDD01

Text Example


Text Example

White with #5FDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,221,1); }

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

background-color css

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

 a { background-color: rgb(95,221,1); }

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

border-color css

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

 span { border-color: rgb(95,221,1); }

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