Html Css Color HEX #58C230 Kelly Green

📋 copy color: '#58C230'

red 88 ◦ green 194 ◦ blue 48

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

Shades of Kelly Green #58C230

Tints of Kelly Green #58C230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 26.67%
G = 58.79%
B = 14.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#58C230 (or 0x58C230) is known color: Kelly Green. HEX triplet: 58, C2 and 30. RGB value is (88,194,48). Sum of RGB (Red+Green+Blue) = 88+194+48=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #58C230 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C230 is #A73DCF. Grayscale: #929292. Windows color (decimal): -10960336 or 3195480. OLE color: 3195480.

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

Color convert

RGB 88 194 48 -
CMYK 0.55 0 0.75 0.24
HSL 103.56º 0.6% 0.47% -
HSV(B) 103.56º 0.75% 0.76% -
XYZ 23.85 40.87 9.43 -
YUV 145.66 72.88 86.87 -
System Red Green Blue C M Y K H S L
Decimal 88 194 48 0.55 0 0.75 0.24 103.56 0.6 0.47
Hex 58 C2 30 37 0 4B 18 68 3C 2F
Octal 130 302 60 67 0 113 30 150 74 57
Binary 1011000 11000010 110000 110111 0 1001011 11000 1101000 111100 101111

Color Harmonies of #58C230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C230

Black with #58C230

Text Example


Text Example

White with #58C230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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