Html Css Color HEX #58DC45 Apple

📋 copy color: '#58DC45'

red 88 ◦ green 220 ◦ blue 69

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

Shades of Apple #58DC45

Tints of Apple #58DC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 23.34%
G = 58.36%
B = 18.3%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#58DC45 (or 0x58DC45) is known color: Apple. HEX triplet: 58, DC and 45. RGB value is (88,220,69). Sum of RGB (Red+Green+Blue) = 88+220+69=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC45 is #A723BA. Grayscale: #A3A3A3. Windows color (decimal): -10953659 or 4578392. OLE color: 4578392.

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

Color convert

RGB 88 220 69 -
CMYK 0.6 0 0.69 0.14
HSL 112.45º 0.68% 0.57% -
HSV(B) 112.45º 0.69% 0.86% -
XYZ 30.69 53.69 14.38 -
YUV 163.32 74.77 74.28 -
System Red Green Blue C M Y K H S L
Decimal 88 220 69 0.6 0 0.69 0.14 112.45 0.68 0.57
Hex 58 DC 45 3C 0 45 E 70 44 39
Octal 130 334 105 74 0 105 16 160 104 71
Binary 1011000 11011100 1000101 111100 0 1000101 1110 1110000 1000100 111001

Color Harmonies of #58DC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DC45

Black with #58DC45

Text Example


Text Example

White with #58DC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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