Html Css Color HEX #58D84A Apple

📋 copy color: '#58D84A'

red 88 ◦ green 216 ◦ blue 74

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

Shades of Apple #58D84A

Tints of Apple #58D84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.14%

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

R = 23.28%
G = 57.14%
B = 19.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#58D84A (or 0x58D84A) is known color: Apple. HEX triplet: 58, D8 and 4A. RGB value is (88,216,74). Sum of RGB (Red+Green+Blue) = 88+216+74=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #58D84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D84A is #A727B5. Grayscale: #A1A1A1. Windows color (decimal): -10954678 or 4905048. OLE color: 4905048.

HSL color Cylindrical-coordinate representation of color #58D84A: hue angle of 114.08º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58D84A is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 216 74 -
CMYK 0.59 0 0.66 0.15
HSL 114.08º 0.65% 0.57% -
HSV(B) 114.08º 0.66% 0.85% -
XYZ 29.82 51.68 14.88 -
YUV 161.54 78.59 75.55 -
System Red Green Blue C M Y K H S L
Decimal 88 216 74 0.59 0 0.66 0.15 114.08 0.65 0.57
Hex 58 D8 4A 3B 0 42 F 72 41 39
Octal 130 330 112 73 0 102 17 162 101 71
Binary 1011000 11011000 1001010 111011 0 1000010 1111 1110010 1000001 111001

Color Harmonies of #58D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D84A

Black with #58D84A

Text Example


Text Example

White with #58D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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