Html Css Color HEX #58DB46 Apple

📋 copy color: '#58DB46'

red 88 ◦ green 219 ◦ blue 70

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

Shades of Apple #58DB46

Tints of Apple #58DB46

RGB

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

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

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

R = 23.34%
G = 58.09%
B = 18.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#58DB46 (or 0x58DB46) is known color: Apple. HEX triplet: 58, DB and 46. RGB value is (88,219,70). Sum of RGB (Red+Green+Blue) = 88+219+70=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DB46 is #A724B9. Grayscale: #A3A3A3. Windows color (decimal): -10953914 or 4643672. OLE color: 4643672.

HSL color Cylindrical-coordinate representation of color #58DB46: hue angle of 112.75º degrees, saturation: 0.67, 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 #58DB46 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 219 70 -
CMYK 0.60 0 0.68 0.14
HSL 112.75º 0.67% 0.57% -
HSV(B) 112.75º 0.68% 0.86% -
XYZ 30.46 53.18 14.45 -
YUV 162.85 75.6 74.62 -
System Red Green Blue C M Y K H S L
Decimal 88 219 70 0.60 0 0.68 0.14 112.75 0.67 0.57
Hex 58 DB 46 3C 0 44 E 71 43 39
Octal 130 333 106 74 0 104 16 161 103 71
Binary 1011000 11011011 1000110 111100 0 1000100 1110 1110001 1000011 111001

Color Harmonies of #58DB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DB46

Black with #58DB46

Text Example


Text Example

White with #58DB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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