Html Css Color HEX #58D035 Apple

📋 copy color: '#58D035'

red 88 ◦ green 208 ◦ blue 53

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

Shades of Apple #58D035

Tints of Apple #58D035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.6%

 BLUE value IS 53 (21.09% from 255) = 15.19%

R = 25.21%
G = 59.6%
B = 15.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#58D035 (or 0x58D035) is known color: Apple. HEX triplet: 58, D0 and 35. RGB value is (88,208,53). Sum of RGB (Red+Green+Blue) = 88+208+53=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #58D035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D035 is #A72FCA. Grayscale: #9A9A9A. Windows color (decimal): -10956747 or 3526744. OLE color: 3526744.

HSL color Cylindrical-coordinate representation of color #58D035: hue angle of 106.45º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58D035 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 208 53 -
CMYK 0.58 0 0.75 0.18
HSL 106.45º 0.62% 0.51% -
HSV(B) 106.45º 0.75% 0.82% -
XYZ 27.22 47.44 11.09 -
YUV 154.45 70.74 80.6 -
System Red Green Blue C M Y K H S L
Decimal 88 208 53 0.58 0 0.75 0.18 106.45 0.62 0.51
Hex 58 D0 35 3A 0 4B 12 6A 3E 33
Octal 130 320 65 72 0 113 22 152 76 63
Binary 1011000 11010000 110101 111010 0 1001011 10010 1101010 111110 110011

Color Harmonies of #58D035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D035

Black with #58D035

Text Example


Text Example

White with #58D035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,208,53); }

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

background-color css

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

 a { background-color: rgb(88,208,53); }

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

border-color css

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

 span { border-color: rgb(88,208,53); }

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