Html Css Color HEX #53BC37 Apple

📋 copy color: '#53BC37'

red 83 ◦ green 188 ◦ blue 55

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

Shades of Apple #53BC37

Tints of Apple #53BC37

RGB

 RED value IS 83 (32.81% from 255) = 25.46%

 GREEN value IS 188 (73.83% from 255) = 57.67%

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 25.46%
G = 57.67%
B = 16.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#53BC37 (or 0x53BC37) is known color: Apple. HEX triplet: 53, BC and 37. RGB value is (83,188,55). Sum of RGB (Red+Green+Blue) = 83+188+55=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BC37 is #AC43C8. Grayscale: #8D8D8D. Windows color (decimal): -11289545 or 3652691. OLE color: 3652691.

HSL color Cylindrical-coordinate representation of color #53BC37: hue angle of 107.37º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53BC37 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 55 -
CMYK 0.56 0 0.71 0.26
HSL 107.37º 0.55% 0.48% -
HSV(B) 107.37º 0.71% 0.74% -
XYZ 22.24 38.08 9.79 -
YUV 141.44 79.21 86.31 -
System Red Green Blue C M Y K H S L
Decimal 83 188 55 0.56 0 0.71 0.26 107.37 0.55 0.48
Hex 53 BC 37 38 0 47 1A 6B 37 30
Octal 123 274 67 70 0 107 32 153 67 60
Binary 1010011 10111100 110111 111000 0 1000111 11010 1101011 110111 110000

Color Harmonies of #53BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC37

Black with #53BC37

Text Example


Text Example

White with #53BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BC37; }

 p { color: rgb(83,188,55); }

 H1.HeaderClassName
 {
   color: #53BC37;
 }
 .AnyTagClassName
 {
   color: #53BC37;
 }
</style>

background-color css

<style>
 a { background-color: #53BC37; }

 a { background-color: rgb(83,188,55); }

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

border-color css

<style>
 span { border-color: #53BC37; }

 span { border-color: rgb(83,188,55); }

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