Html Css Color HEX #58DC4A Apple

📋 copy color: '#58DC4A'

red 88 ◦ green 220 ◦ blue 74

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

Shades of Apple #58DC4A

Tints of Apple #58DC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.37%

R = 23.04%
G = 57.59%
B = 19.37%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#58DC4A (or 0x58DC4A) is known color: Apple. HEX triplet: 58, DC and 4A. RGB value is (88,220,74). Sum of RGB (Red+Green+Blue) = 88+220+74=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC4A is #A723B5. Grayscale: #A4A4A4. Windows color (decimal): -10953654 or 4906072. OLE color: 4906072.

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

Color convert

RGB 88 220 74 -
CMYK 0.6 0 0.66 0.14
HSL 114.25º 0.68% 0.58% -
HSV(B) 114.25º 0.66% 0.86% -
XYZ 30.85 53.76 15.23 -
YUV 163.89 77.27 73.87 -
System Red Green Blue C M Y K H S L
Decimal 88 220 74 0.6 0 0.66 0.14 114.25 0.68 0.58
Hex 58 DC 4A 3C 0 42 E 72 44 3A
Octal 130 334 112 74 0 102 16 162 104 72
Binary 1011000 11011100 1001010 111100 0 1000010 1110 1110010 1000100 111010

Color Harmonies of #58DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DC4A

Black with #58DC4A

Text Example


Text Example

White with #58DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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