Html Css Color HEX #5DF010 Bright Green

📋 copy color: '#5DF010'

red 93 ◦ green 240 ◦ blue 16

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

Shades of Bright Green #5DF010

Tints of Bright Green #5DF010

RGB

 RED value IS 93 (36.72% from 255) = 26.65%

 GREEN value IS 240 (94.14% from 255) = 68.77%

 BLUE value IS 16 (6.64% from 255) = 4.58%

R = 26.65%
G = 68.77%
B = 4.58%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#5DF010 (or 0x5DF010) is known color: Bright Green. HEX triplet: 5D, F0 and 10. RGB value is (93,240,16). Sum of RGB (Red+Green+Blue) = 93+240+16=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF010 is #A20FEF. Grayscale: #ABABAB. Windows color (decimal): -10620912 or 1110109. OLE color: 1110109.

HSL color Cylindrical-coordinate representation of color #5DF010: hue angle of 99.38º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DF010 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 240 16 -
CMYK 0.61 0 0.93 0.06
HSL 99.38º 0.88% 0.5% -
HSV(B) 99.38º 0.93% 0.94% -
XYZ 35.77 64.68 11.09 -
YUV 170.51 40.8 72.71 -
System Red Green Blue C M Y K H S L
Decimal 93 240 16 0.61 0 0.93 0.06 99.38 0.88 0.5
Hex 5D F0 10 3D 0 5D 6 63 58 32
Octal 135 360 20 75 0 135 6 143 130 62
Binary 1011101 11110000 10000 111101 0 1011101 110 1100011 1011000 110010

Color Harmonies of #5DF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF010

Black with #5DF010

Text Example


Text Example

White with #5DF010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,240,16); }

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

background-color css

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

 a { background-color: rgb(93,240,16); }

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

border-color css

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

 span { border-color: rgb(93,240,16); }

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