Html Css Color HEX #58DB14 Kelly Green

📋 copy color: '#58DB14'

red 88 ◦ green 219 ◦ blue 20

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

Shades of Kelly Green #58DB14

Tints of Kelly Green #58DB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 26.91%
G = 66.97%
B = 6.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#58DB14 (or 0x58DB14) is known color: Kelly Green. HEX triplet: 58, DB and 14. RGB value is (88,219,20). Sum of RGB (Red+Green+Blue) = 88+219+20=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 219 (85.94% from 255 or 66.97% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58DB14 is #A724EB. Grayscale: #9D9D9D. Windows color (decimal): -10953964 or 1366872. OLE color: 1366872.

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

Color convert

RGB 88 219 20 -
CMYK 0.60 0 0.91 0.14
HSL 99.5º 0.83% 0.47% -
HSV(B) 99.5º 0.91% 0.86% -
XYZ 29.48 52.79 9.3 -
YUV 157.15 50.6 78.68 -
System Red Green Blue C M Y K H S L
Decimal 88 219 20 0.60 0 0.91 0.14 99.5 0.83 0.47
Hex 58 DB 14 3C 0 5B E 63 53 2F
Octal 130 333 24 74 0 133 16 143 123 57
Binary 1011000 11011011 10100 111100 0 1011011 1110 1100011 1010011 101111

Color Harmonies of #58DB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DB14

Black with #58DB14

Text Example


Text Example

White with #58DB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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