Html Css Color HEX #5DF215 Bright Green

📋 copy color: '#5DF215'

red 93 ◦ green 242 ◦ blue 21

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

Shades of Bright Green #5DF215

Tints of Bright Green #5DF215

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.98%

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 26.12%
G = 67.98%
B = 5.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#5DF215 (or 0x5DF215) is known color: Bright Green. HEX triplet: 5D, F2 and 15. RGB value is (93,242,21). Sum of RGB (Red+Green+Blue) = 93+242+21=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 242 (94.92% from 255 or 67.98% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF215 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF215 is #A20DEA. Grayscale: #ACACAC. Windows color (decimal): -10620395 or 1438301. OLE color: 1438301.

HSL color Cylindrical-coordinate representation of color #5DF215: hue angle of 100.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5DF215 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 242 21 -
CMYK 0.62 0 0.91 0.05
HSL 100.45º 0.89% 0.52% -
HSV(B) 100.45º 0.91% 0.95% -
XYZ 36.4 65.89 11.51 -
YUV 172.26 42.64 71.47 -
System Red Green Blue C M Y K H S L
Decimal 93 242 21 0.62 0 0.91 0.05 100.45 0.89 0.52
Hex 5D F2 15 3E 0 5B 5 64 59 34
Octal 135 362 25 76 0 133 5 144 131 64
Binary 1011101 11110010 10101 111110 0 1011011 101 1100100 1011001 110100

Color Harmonies of #5DF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF215

Black with #5DF215

Text Example


Text Example

White with #5DF215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,242,21); }

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

background-color css

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

 a { background-color: rgb(93,242,21); }

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

border-color css

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

 span { border-color: rgb(93,242,21); }

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