Html Css Color HEX #5FDD12 Bright Green

📋 copy color: '#5FDD12'

red 95 ◦ green 221 ◦ blue 18

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

Shades of Bright Green #5FDD12

Tints of Bright Green #5FDD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 28.44%
G = 66.17%
B = 5.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#5FDD12 (or 0x5FDD12) is known color: Bright Green. HEX triplet: 5F, DD and 12. RGB value is (95,221,18). Sum of RGB (Red+Green+Blue) = 95+221+18=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDD12 is #A022ED. Grayscale: #A0A0A0. Windows color (decimal): -10494702 or 1236319. OLE color: 1236319.

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

Color convert

RGB 95 221 18 -
CMYK 0.57 0 0.92 0.13
HSL 97.24º 0.85% 0.47% -
HSV(B) 97.24º 0.92% 0.87% -
XYZ 30.68 54.19 9.41 -
YUV 160.18 47.76 81.51 -
System Red Green Blue C M Y K H S L
Decimal 95 221 18 0.57 0 0.92 0.13 97.24 0.85 0.47
Hex 5F DD 12 39 0 5C D 61 55 2F
Octal 137 335 22 71 0 134 15 141 125 57
Binary 1011111 11011101 10010 111001 0 1011100 1101 1100001 1010101 101111

Color Harmonies of #5FDD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDD12

Black with #5FDD12

Text Example


Text Example

White with #5FDD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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