Html Css Color HEX #58C53D Apple

📋 copy color: '#58C53D'

red 88 ◦ green 197 ◦ blue 61

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

Shades of Apple #58C53D

Tints of Apple #58C53D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.94%

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 25.43%
G = 56.94%
B = 17.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#58C53D (or 0x58C53D) is known color: Apple. HEX triplet: 58, C5 and 3D. RGB value is (88,197,61). Sum of RGB (Red+Green+Blue) = 88+197+61=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #58C53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C53D is #A73AC2. Grayscale: #959595. Windows color (decimal): -10959555 or 4048216. OLE color: 4048216.

HSL color Cylindrical-coordinate representation of color #58C53D: hue angle of 108.09º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58C53D is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 88 197 61 -
CMYK 0.55 0 0.69 0.23
HSL 108.09º 0.54% 0.51% -
HSV(B) 108.09º 0.69% 0.77% -
XYZ 24.83 42.34 11.28 -
YUV 148.91 78.39 84.56 -
System Red Green Blue C M Y K H S L
Decimal 88 197 61 0.55 0 0.69 0.23 108.09 0.54 0.51
Hex 58 C5 3D 37 0 45 17 6C 36 33
Octal 130 305 75 67 0 105 27 154 66 63
Binary 1011000 11000101 111101 110111 0 1000101 10111 1101100 110110 110011

Color Harmonies of #58C53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C53D

Black with #58C53D

Text Example


Text Example

White with #58C53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,197,61); }

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

background-color css

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

 a { background-color: rgb(88,197,61); }

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

border-color css

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

 span { border-color: rgb(88,197,61); }

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