Html Css Color HEX #58D14A Apple

📋 copy color: '#58D14A'

red 88 ◦ green 209 ◦ blue 74

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

Shades of Apple #58D14A

Tints of Apple #58D14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 56.33%

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

R = 23.72%
G = 56.33%
B = 19.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#58D14A (or 0x58D14A) is known color: Apple. HEX triplet: 58, D1 and 4A. RGB value is (88,209,74). Sum of RGB (Red+Green+Blue) = 88+209+74=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #58D14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D14A is #A72EB5. Grayscale: #9D9D9D. Windows color (decimal): -10956470 or 4903256. OLE color: 4903256.

HSL color Cylindrical-coordinate representation of color #58D14A: hue angle of 113.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58D14A is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 209 74 -
CMYK 0.58 0 0.65 0.18
HSL 113.78º 0.59% 0.55% -
HSV(B) 113.78º 0.65% 0.82% -
XYZ 28.06 48.17 14.3 -
YUV 157.43 80.91 78.48 -
System Red Green Blue C M Y K H S L
Decimal 88 209 74 0.58 0 0.65 0.18 113.78 0.59 0.55
Hex 58 D1 4A 3A 0 41 12 72 3B 37
Octal 130 321 112 72 0 101 22 162 73 67
Binary 1011000 11010001 1001010 111010 0 1000001 10010 1110010 111011 110111

Color Harmonies of #58D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D14A

Black with #58D14A

Text Example


Text Example

White with #58D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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