Html Css Color HEX #58BC2A Kelly Green

📋 copy color: '#58BC2A'

red 88 ◦ green 188 ◦ blue 42

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

Shades of Kelly Green #58BC2A

Tints of Kelly Green #58BC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.12%

 BLUE value IS 42 (16.8% from 255) = 13.21%

R = 27.67%
G = 59.12%
B = 13.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#58BC2A (or 0x58BC2A) is known color: Kelly Green. HEX triplet: 58, BC and 2A. RGB value is (88,188,42). Sum of RGB (Red+Green+Blue) = 88+188+42=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BC2A is #A743D5. Grayscale: #8D8D8D. Windows color (decimal): -10961878 or 2800728. OLE color: 2800728.

HSL color Cylindrical-coordinate representation of color #58BC2A: hue angle of 101.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58BC2A is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 188 42 -
CMYK 0.53 0 0.78 0.26
HSL 101.1º 0.63% 0.45% -
HSV(B) 101.1º 0.78% 0.74% -
XYZ 22.43 38.21 8.38 -
YUV 141.46 71.87 89.87 -
System Red Green Blue C M Y K H S L
Decimal 88 188 42 0.53 0 0.78 0.26 101.1 0.63 0.45
Hex 58 BC 2A 35 0 4E 1A 65 3F 2D
Octal 130 274 52 65 0 116 32 145 77 55
Binary 1011000 10111100 101010 110101 0 1001110 11010 1100101 111111 101101

Color Harmonies of #58BC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BC2A

Black with #58BC2A

Text Example


Text Example

White with #58BC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,188,42); }

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

background-color css

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

 a { background-color: rgb(88,188,42); }

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

border-color css

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

 span { border-color: rgb(88,188,42); }

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