Html Css Color HEX #58CC12 Kelly Green

📋 copy color: '#58CC12'

red 88 ◦ green 204 ◦ blue 18

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

Shades of Kelly Green #58CC12

Tints of Kelly Green #58CC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.81%

R = 28.39%
G = 65.81%
B = 5.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#58CC12 (or 0x58CC12) is known color: Kelly Green. HEX triplet: 58, CC and 12. RGB value is (88,204,18). Sum of RGB (Red+Green+Blue) = 88+204+18=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #58CC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58CC12 is #A733ED. Grayscale: #949494. Windows color (decimal): -10957806 or 1231960. OLE color: 1231960.

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

Color convert

RGB 88 204 18 -
CMYK 0.57 0 0.91 0.2
HSL 97.42º 0.84% 0.44% -
HSV(B) 97.42º 0.91% 0.8% -
XYZ 25.73 45.3 7.96 -
YUV 148.11 54.57 85.12 -
System Red Green Blue C M Y K H S L
Decimal 88 204 18 0.57 0 0.91 0.2 97.42 0.84 0.44
Hex 58 CC 12 39 0 5B 14 61 54 2C
Octal 130 314 22 71 0 133 24 141 124 54
Binary 1011000 11001100 10010 111001 0 1011011 10100 1100001 1010100 101100

Color Harmonies of #58CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CC12

Black with #58CC12

Text Example


Text Example

White with #58CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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