Html Css Color HEX #58DC46 Apple

📋 copy color: '#58DC46'

red 88 ◦ green 220 ◦ blue 70

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

Shades of Apple #58DC46

Tints of Apple #58DC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.52%

R = 23.28%
G = 58.2%
B = 18.52%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#58DC46 (or 0x58DC46) is known color: Apple. HEX triplet: 58, DC and 46. RGB value is (88,220,70). Sum of RGB (Red+Green+Blue) = 88+220+70=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 220 (86.33% from 255 or 58.20% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC46 is #A723B9. Grayscale: #A3A3A3. Windows color (decimal): -10953658 or 4643928. OLE color: 4643928.

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

Color convert

RGB 88 220 70 -
CMYK 0.6 0 0.68 0.14
HSL 112.8º 0.68% 0.57% -
HSV(B) 112.8º 0.68% 0.86% -
XYZ 30.72 53.7 14.54 -
YUV 163.43 75.27 74.2 -
System Red Green Blue C M Y K H S L
Decimal 88 220 70 0.6 0 0.68 0.14 112.8 0.68 0.57
Hex 58 DC 46 3C 0 44 E 71 44 39
Octal 130 334 106 74 0 104 16 161 104 71
Binary 1011000 11011100 1000110 111100 0 1000100 1110 1110001 1000100 111001

Color Harmonies of #58DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DC46

Black with #58DC46

Text Example


Text Example

White with #58DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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