Html Css Color HEX #58B525 Kelly Green

📋 copy color: '#58B525'

red 88 ◦ green 181 ◦ blue 37

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

Shades of Kelly Green #58B525

Tints of Kelly Green #58B525

RGB

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

 GREEN value IS 181 (71.09% from 255) = 59.15%

 BLUE value IS 37 (14.84% from 255) = 12.09%

R = 28.76%
G = 59.15%
B = 12.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#58B525 (or 0x58B525) is known color: Kelly Green. HEX triplet: 58, B5 and 25. RGB value is (88,181,37). Sum of RGB (Red+Green+Blue) = 88+181+37=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 181 (71.09% from 255 or 59.15% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 181 - color contains mainly: green. Hex color #58B525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58B525 is #A74ADA. Grayscale: #898989. Windows color (decimal): -10963675 or 2471256. OLE color: 2471256.

HSL color Cylindrical-coordinate representation of color #58B525: hue angle of 98.75º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58B525 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 181 37 -
CMYK 0.51 0 0.80 0.29
HSL 98.75º 0.66% 0.43% -
HSV(B) 98.75º 0.8% 0.71% -
XYZ 20.88 35.26 7.45 -
YUV 136.78 71.69 93.21 -
System Red Green Blue C M Y K H S L
Decimal 88 181 37 0.51 0 0.80 0.29 98.75 0.66 0.43
Hex 58 B5 25 33 0 50 1D 63 42 2B
Octal 130 265 45 63 0 120 35 143 102 53
Binary 1011000 10110101 100101 110011 0 1010000 11101 1100011 1000010 101011

Color Harmonies of #58B525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B525

Black with #58B525

Text Example


Text Example

White with #58B525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,181,37); }

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

background-color css

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

 a { background-color: rgb(88,181,37); }

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

border-color css

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

 span { border-color: rgb(88,181,37); }

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