Html Css Color HEX #58DC0E Kelly Green

📋 copy color: '#58DC0E'

red 88 ◦ green 220 ◦ blue 14

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

Shades of Kelly Green #58DC0E

Tints of Kelly Green #58DC0E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 68.32%

 BLUE value IS 14 (5.86% from 255) = 4.35%

R = 27.33%
G = 68.32%
B = 4.35%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#58DC0E (or 0x58DC0E) is known color: Kelly Green. HEX triplet: 58, DC and 0E. RGB value is (88,220,14). Sum of RGB (Red+Green+Blue) = 88+220+14=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 220 (86.33% from 255 or 68.32% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58DC0E is #A723F1. Grayscale: #9D9D9D. Windows color (decimal): -10953714 or 973912. OLE color: 973912.

HSL color Cylindrical-coordinate representation of color #58DC0E: hue angle of 98.45º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58DC0E is Cyan = 0.6, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 220 14 -
CMYK 0.6 0 0.94 0.14
HSL 98.45º 0.88% 0.46% -
HSV(B) 98.45º 0.94% 0.86% -
XYZ 29.7 53.29 9.14 -
YUV 157.05 47.27 78.75 -
System Red Green Blue C M Y K H S L
Decimal 88 220 14 0.6 0 0.94 0.14 98.45 0.88 0.46
Hex 58 DC E 3C 0 5E E 62 58 2E
Octal 130 334 16 74 0 136 16 142 130 56
Binary 1011000 11011100 1110 111100 0 1011110 1110 1100010 1011000 101110

Color Harmonies of #58DC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DC0E

Black with #58DC0E

Text Example


Text Example

White with #58DC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,220,14); }

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

background-color css

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

 a { background-color: rgb(88,220,14); }

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

border-color css

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

 span { border-color: rgb(88,220,14); }

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