Html Css Color HEX #58CC14 Kelly Green

📋 copy color: '#58CC14'

red 88 ◦ green 204 ◦ blue 20

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

Shades of Kelly Green #58CC14

Tints of Kelly Green #58CC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 65.38%

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

R = 28.21%
G = 65.38%
B = 6.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#58CC14 (or 0x58CC14) is known color: Kelly Green. HEX triplet: 58, CC and 14. RGB value is (88,204,20). Sum of RGB (Red+Green+Blue) = 88+204+20=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 204 (80.08% from 255 or 65.38% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 204 - color contains mainly: green. Hex color #58CC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58CC14 is #A733EB. Grayscale: #949494. Windows color (decimal): -10957804 or 1363032. OLE color: 1363032.

HSL color Cylindrical-coordinate representation of color #58CC14: hue angle of 97.83º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58CC14 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 204 20 -
CMYK 0.57 0 0.90 0.2
HSL 97.83º 0.82% 0.44% -
HSV(B) 97.83º 0.9% 0.8% -
XYZ 25.74 45.31 8.05 -
YUV 148.34 55.57 84.96 -
System Red Green Blue C M Y K H S L
Decimal 88 204 20 0.57 0 0.90 0.2 97.83 0.82 0.44
Hex 58 CC 14 39 0 5A 14 62 52 2C
Octal 130 314 24 71 0 132 24 142 122 54
Binary 1011000 11001100 10100 111001 0 1011010 10100 1100010 1010010 101100

Color Harmonies of #58CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CC14

Black with #58CC14

Text Example


Text Example

White with #58CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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