Html Css Color HEX #58C205 Kelly Green

📋 copy color: '#58C205'

red 88 ◦ green 194 ◦ blue 5

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

Shades of Kelly Green #58C205

Tints of Kelly Green #58C205

RGB

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

 GREEN value IS 194 (76.17% from 255) = 67.6%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 30.66%
G = 67.6%
B = 1.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#58C205 (or 0x58C205) is known color: Kelly Green. HEX triplet: 58, C2 and 05. RGB value is (88,194,5). Sum of RGB (Red+Green+Blue) = 88+194+5=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 194 (76.17% from 255 or 67.60% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 194 - color contains mainly: green. Hex color #58C205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C205 is #A73DFA. Grayscale: #8D8D8D. Windows color (decimal): -10960379 or 377432. OLE color: 377432.

HSL color Cylindrical-coordinate representation of color #58C205: hue angle of 93.65º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58C205 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 194 5 -
CMYK 0.55 0 0.97 0.24
HSL 93.65º 0.95% 0.39% -
HSV(B) 93.65º 0.97% 0.76% -
XYZ 23.34 40.67 6.76 -
YUV 140.76 51.38 90.37 -
System Red Green Blue C M Y K H S L
Decimal 88 194 5 0.55 0 0.97 0.24 93.65 0.95 0.39
Hex 58 C2 5 37 0 61 18 5E 5F 27
Octal 130 302 5 67 0 141 30 136 137 47
Binary 1011000 11000010 101 110111 0 1100001 11000 1011110 1011111 100111

Color Harmonies of #58C205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C205

Black with #58C205

Text Example


Text Example

White with #58C205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,194,5); }

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

background-color css

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

 a { background-color: rgb(88,194,5); }

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

border-color css

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

 span { border-color: rgb(88,194,5); }

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