Html Css Color HEX #58DB2D Kelly Green

📋 copy color: '#58DB2D'

red 88 ◦ green 219 ◦ blue 45

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

Shades of Kelly Green #58DB2D

Tints of Kelly Green #58DB2D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 62.22%

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

R = 25%
G = 62.22%
B = 12.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#58DB2D (or 0x58DB2D) is known color: Kelly Green. HEX triplet: 58, DB and 2D. RGB value is (88,219,45). Sum of RGB (Red+Green+Blue) = 88+219+45=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DB2D is #A724D2. Grayscale: #A0A0A0. Windows color (decimal): -10953939 or 3005272. OLE color: 3005272.

HSL color Cylindrical-coordinate representation of color #58DB2D: hue angle of 105.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #58DB2D is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 219 45 -
CMYK 0.60 0 0.79 0.14
HSL 105.17º 0.71% 0.52% -
HSV(B) 105.17º 0.79% 0.86% -
XYZ 29.83 52.93 11.13 -
YUV 160 63.1 76.65 -
System Red Green Blue C M Y K H S L
Decimal 88 219 45 0.60 0 0.79 0.14 105.17 0.71 0.52
Hex 58 DB 2D 3C 0 4F E 69 47 34
Octal 130 333 55 74 0 117 16 151 107 64
Binary 1011000 11011011 101101 111100 0 1001111 1110 1101001 1000111 110100

Color Harmonies of #58DB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DB2D

Black with #58DB2D

Text Example


Text Example

White with #58DB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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