Html Css Color HEX #58DD2D Kelly Green

📋 copy color: '#58DD2D'

red 88 ◦ green 221 ◦ blue 45

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

Shades of Kelly Green #58DD2D

Tints of Kelly Green #58DD2D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.43%

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 24.86%
G = 62.43%
B = 12.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#58DD2D (or 0x58DD2D) is known color: Kelly Green. HEX triplet: 58, DD and 2D. RGB value is (88,221,45). Sum of RGB (Red+Green+Blue) = 88+221+45=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DD2D is #A722D2. Grayscale: #A1A1A1. Windows color (decimal): -10953427 or 3005784. OLE color: 3005784.

HSL color Cylindrical-coordinate representation of color #58DD2D: hue angle of 105.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58DD2D is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 221 45 -
CMYK 0.60 0 0.80 0.13
HSL 105.34º 0.72% 0.52% -
HSV(B) 105.34º 0.8% 0.87% -
XYZ 30.35 53.98 11.3 -
YUV 161.17 62.44 75.81 -
System Red Green Blue C M Y K H S L
Decimal 88 221 45 0.60 0 0.80 0.13 105.34 0.72 0.52
Hex 58 DD 2D 3C 0 50 D 69 48 34
Octal 130 335 55 74 0 120 15 151 110 64
Binary 1011000 11011101 101101 111100 0 1010000 1101 1101001 1001000 110100

Color Harmonies of #58DD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DD2D

Black with #58DD2D

Text Example


Text Example

White with #58DD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,221,45); }

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

background-color css

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

 a { background-color: rgb(88,221,45); }

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

border-color css

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

 span { border-color: rgb(88,221,45); }

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