Html Css Color HEX #58CD20 Kelly Green

📋 copy color: '#58CD20'

red 88 ◦ green 205 ◦ blue 32

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

Shades of Kelly Green #58CD20

Tints of Kelly Green #58CD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 63.08%

 BLUE value IS 32 (12.89% from 255) = 9.85%

R = 27.08%
G = 63.08%
B = 9.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#58CD20 (or 0x58CD20) is known color: Kelly Green. HEX triplet: 58, CD and 20. RGB value is (88,205,32). Sum of RGB (Red+Green+Blue) = 88+205+32=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #58CD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CD20 is #A732DF. Grayscale: #969696. Windows color (decimal): -10957536 or 2149720. OLE color: 2149720.

HSL color Cylindrical-coordinate representation of color #58CD20: hue angle of 100.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58CD20 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 205 32 -
CMYK 0.57 0 0.84 0.20
HSL 100.58º 0.73% 0.46% -
HSV(B) 100.58º 0.84% 0.8% -
XYZ 26.12 45.84 8.84 -
YUV 150.3 61.24 83.57 -
System Red Green Blue C M Y K H S L
Decimal 88 205 32 0.57 0 0.84 0.20 100.58 0.73 0.46
Hex 58 CD 20 39 0 54 14 65 49 2E
Octal 130 315 40 71 0 124 24 145 111 56
Binary 1011000 11001101 100000 111001 0 1010100 10100 1100101 1001001 101110

Color Harmonies of #58CD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CD20

Black with #58CD20

Text Example


Text Example

White with #58CD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,205,32); }

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

background-color css

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

 a { background-color: rgb(88,205,32); }

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

border-color css

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

 span { border-color: rgb(88,205,32); }

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