Html Css Color HEX #58DB45 Apple

📋 copy color: '#58DB45'

red 88 ◦ green 219 ◦ blue 69

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

Shades of Apple #58DB45

Tints of Apple #58DB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 23.4%
G = 58.24%
B = 18.35%

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

#58DB45 (or 0x58DB45) is known color: Apple. HEX triplet: 58, DB and 45. RGB value is (88,219,69). Sum of RGB (Red+Green+Blue) = 88+219+69=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DB45 is #A724BA. Grayscale: #A3A3A3. Windows color (decimal): -10953915 or 4578136. OLE color: 4578136.

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

Color convert

RGB 88 219 69 -
CMYK 0.60 0 0.68 0.14
HSL 112.4º 0.68% 0.56% -
HSV(B) 112.4º 0.68% 0.86% -
XYZ 30.43 53.17 14.29 -
YUV 162.73 75.1 74.7 -
System Red Green Blue C M Y K H S L
Decimal 88 219 69 0.60 0 0.68 0.14 112.4 0.68 0.56
Hex 58 DB 45 3C 0 44 E 70 44 38
Octal 130 333 105 74 0 104 16 160 104 70
Binary 1011000 11011011 1000101 111100 0 1000100 1110 1110000 1000100 111000

Color Harmonies of #58DB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DB45

Black with #58DB45

Text Example


Text Example

White with #58DB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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