Html Css Color HEX #5FDD00 Bright Green

📋 copy color: '#5FDD00'

red 95 ◦ green 221 ◦ blue 0

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

Shades of Bright Green #5FDD00

Tints of Bright Green #5FDD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.06%
G = 69.94%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#5FDD00 (or 0x5FDD00) is known color: Bright Green. HEX triplet: 5F, DD and 00. RGB value is (95,221,0). Sum of RGB (Red+Green+Blue) = 95+221+0=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDD00 is #A022FF. Grayscale: #9E9E9E. Windows color (decimal): -10494720 or 56671. OLE color: 56671.

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

Color convert

RGB 95 221 0 -
CMYK 0.57 0 1 0.13
HSL 94.21º 1% 0.43% -
HSV(B) 94.21º 1% 0.87% -
XYZ 30.58 54.15 8.84 -
YUV 158.13 38.76 82.97 -
System Red Green Blue C M Y K H S L
Decimal 95 221 0 0.57 0 1 0.13 94.21 1 0.43
Hex 5F DD 0 39 0 64 D 5E 64 2B
Octal 137 335 0 71 0 144 15 136 144 53
Binary 1011111 11011101 0 111001 0 1100100 1101 1011110 1100100 101011

Color Harmonies of #5FDD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDD00

Black with #5FDD00

Text Example


Text Example

White with #5FDD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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