Html Css Color HEX #58DD44 Apple

📋 copy color: '#58DD44'

red 88 ◦ green 221 ◦ blue 68

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

Shades of Apple #58DD44

Tints of Apple #58DD44

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.62%

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

R = 23.34%
G = 58.62%
B = 18.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#58DD44 (or 0x58DD44) is known color: Apple. HEX triplet: 58, DD and 44. RGB value is (88,221,68). Sum of RGB (Red+Green+Blue) = 88+221+68=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DD44 is #A722BB. Grayscale: #A4A4A4. Windows color (decimal): -10953404 or 4513112. OLE color: 4513112.

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

Color convert

RGB 88 221 68 -
CMYK 0.60 0 0.69 0.13
HSL 112.16º 0.69% 0.57% -
HSV(B) 112.16º 0.69% 0.87% -
XYZ 30.92 54.2 14.3 -
YUV 163.79 73.94 73.94 -
System Red Green Blue C M Y K H S L
Decimal 88 221 68 0.60 0 0.69 0.13 112.16 0.69 0.57
Hex 58 DD 44 3C 0 45 D 70 45 39
Octal 130 335 104 74 0 105 15 160 105 71
Binary 1011000 11011101 1000100 111100 0 1000101 1101 1110000 1000101 111001

Color Harmonies of #58DD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DD44

Black with #58DD44

Text Example


Text Example

White with #58DD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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