Html Css Color HEX #58DC42 Apple

📋 copy color: '#58DC42'

red 88 ◦ green 220 ◦ blue 66

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

Shades of Apple #58DC42

Tints of Apple #58DC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.82%

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 23.53%
G = 58.82%
B = 17.65%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#58DC42 (or 0x58DC42) is known color: Apple. HEX triplet: 58, DC and 42. RGB value is (88,220,66). Sum of RGB (Red+Green+Blue) = 88+220+66=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC42 is #A723BD. Grayscale: #A3A3A3. Windows color (decimal): -10953662 or 4381784. OLE color: 4381784.

HSL color Cylindrical-coordinate representation of color #58DC42: hue angle of 111.43º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58DC42 is Cyan = 0.6, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 220 66 -
CMYK 0.6 0 0.7 0.14
HSL 111.43º 0.69% 0.56% -
HSV(B) 111.43º 0.7% 0.86% -
XYZ 30.6 53.65 13.9 -
YUV 162.98 73.27 74.52 -
System Red Green Blue C M Y K H S L
Decimal 88 220 66 0.6 0 0.7 0.14 111.43 0.69 0.56
Hex 58 DC 42 3C 0 46 E 6F 45 38
Octal 130 334 102 74 0 106 16 157 105 70
Binary 1011000 11011100 1000010 111100 0 1000110 1110 1101111 1000101 111000

Color Harmonies of #58DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DC42

Black with #58DC42

Text Example


Text Example

White with #58DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,220,66); }

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

background-color css

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

 a { background-color: rgb(88,220,66); }

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

border-color css

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

 span { border-color: rgb(88,220,66); }

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