Html Css Color HEX #58DB49 Apple

📋 copy color: '#58DB49'

red 88 ◦ green 219 ◦ blue 73

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

Shades of Apple #58DB49

Tints of Apple #58DB49

RGB

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

 GREEN value IS 219 (85.94% from 255) = 57.63%

 BLUE value IS 73 (28.91% from 255) = 19.21%

R = 23.16%
G = 57.63%
B = 19.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#58DB49 (or 0x58DB49) is known color: Apple. HEX triplet: 58, DB and 49. RGB value is (88,219,73). Sum of RGB (Red+Green+Blue) = 88+219+73=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DB49 is #A724B6. Grayscale: #A3A3A3. Windows color (decimal): -10953911 or 4840280. OLE color: 4840280.

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

Color convert

RGB 88 219 73 -
CMYK 0.60 0 0.67 0.14
HSL 113.84º 0.67% 0.57% -
HSV(B) 113.84º 0.67% 0.86% -
XYZ 30.56 53.22 14.96 -
YUV 163.19 77.1 74.37 -
System Red Green Blue C M Y K H S L
Decimal 88 219 73 0.60 0 0.67 0.14 113.84 0.67 0.57
Hex 58 DB 49 3C 0 43 E 72 43 39
Octal 130 333 111 74 0 103 16 162 103 71
Binary 1011000 11011011 1001001 111100 0 1000011 1110 1110010 1000011 111001

Color Harmonies of #58DB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DB49

Black with #58DB49

Text Example


Text Example

White with #58DB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,219,73); }

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

background-color css

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

 a { background-color: rgb(88,219,73); }

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

border-color css

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

 span { border-color: rgb(88,219,73); }

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