Html Css Color HEX #58DB44 Apple

📋 copy color: '#58DB44'

red 88 ◦ green 219 ◦ blue 68

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

Shades of Apple #58DB44

Tints of Apple #58DB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 23.47%
G = 58.4%
B = 18.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#58DB44 (or 0x58DB44) is known color: Apple. HEX triplet: 58, DB and 44. RGB value is (88,219,68). Sum of RGB (Red+Green+Blue) = 88+219+68=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #58DB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DB44 is #A724BB. Grayscale: #A3A3A3. Windows color (decimal): -10953916 or 4512600. OLE color: 4512600.

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

Color convert

RGB 88 219 68 -
CMYK 0.60 0 0.69 0.14
HSL 112.05º 0.68% 0.56% -
HSV(B) 112.05º 0.69% 0.86% -
XYZ 30.4 53.16 14.13 -
YUV 162.62 74.6 74.78 -
System Red Green Blue C M Y K H S L
Decimal 88 219 68 0.60 0 0.69 0.14 112.05 0.68 0.56
Hex 58 DB 44 3C 0 45 E 70 44 38
Octal 130 333 104 74 0 105 16 160 104 70
Binary 1011000 11011011 1000100 111100 0 1000101 1110 1110000 1000100 111000

Color Harmonies of #58DB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DB44

Black with #58DB44

Text Example


Text Example

White with #58DB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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