Html Css Color HEX #58D500 Kelly Green

📋 copy color: '#58D500'

red 88 ◦ green 213 ◦ blue 0

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

Shades of Kelly Green #58D500

Tints of Kelly Green #58D500

RGB

 RED value IS 88 (34.77% from 255) = 29.24%

 GREEN value IS 213 (83.59% from 255) = 70.76%

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

R = 29.24%
G = 70.76%
B = 0%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#58D500 (or 0x58D500) is known color: Kelly Green. HEX triplet: 58, D5 and 00. RGB value is (88,213,0). Sum of RGB (Red+Green+Blue) = 88+213+0=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 213 (83.59% from 255 or 70.76% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 213 - color contains mainly: green. Hex color #58D500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58D500 is #A72AFF. Grayscale: #989898. Windows color (decimal): -10955520 or 54616. OLE color: 54616.

HSL color Cylindrical-coordinate representation of color #58D500: hue angle of 95.21º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58D500 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 213 0 -
CMYK 0.59 0 1 0.16
HSL 95.21º 1% 0.42% -
HSV(B) 95.21º 1% 0.84% -
XYZ 27.82 49.66 8.12 -
YUV 151.34 42.59 82.82 -
System Red Green Blue C M Y K H S L
Decimal 88 213 0 0.59 0 1 0.16 95.21 1 0.42
Hex 58 D5 0 3B 0 64 10 5F 64 2A
Octal 130 325 0 73 0 144 20 137 144 52
Binary 1011000 11010101 0 111011 0 1100100 10000 1011111 1100100 101010

Color Harmonies of #58D500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D500

Black with #58D500

Text Example


Text Example

White with #58D500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58D500; }

 p { color: rgb(88,213,0); }

 H1.HeaderClassName
 {
   color: #58D500;
 }
 .AnyTagClassName
 {
   color: #58D500;
 }
</style>

background-color css

<style>
 a { background-color: #58D500; }

 a { background-color: rgb(88,213,0); }

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

border-color css

<style>
 span { border-color: #58D500; }

 span { border-color: rgb(88,213,0); }

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