Html Css Color HEX #53B03D Apple

📋 copy color: '#53B03D'

red 83 ◦ green 176 ◦ blue 61

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

Shades of Apple #53B03D

Tints of Apple #53B03D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55%

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

R = 25.94%
G = 55%
B = 19.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#53B03D (or 0x53B03D) is known color: Apple. HEX triplet: 53, B0 and 3D. RGB value is (83,176,61). Sum of RGB (Red+Green+Blue) = 83+176+61=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #53B03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B03D is #AC4FC2. Grayscale: #878787. Windows color (decimal): -11292611 or 4042835. OLE color: 4042835.

HSL color Cylindrical-coordinate representation of color #53B03D: hue angle of 108.52º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53B03D is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 176 61 -
CMYK 0.53 0 0.65 0.31
HSL 108.52º 0.49% 0.46% -
HSV(B) 108.52º 0.65% 0.69% -
XYZ 19.93 33.23 9.78 -
YUV 135.08 86.19 90.85 -
System Red Green Blue C M Y K H S L
Decimal 83 176 61 0.53 0 0.65 0.31 108.52 0.49 0.46
Hex 53 B0 3D 35 0 41 1F 6D 31 2E
Octal 123 260 75 65 0 101 37 155 61 56
Binary 1010011 10110000 111101 110101 0 1000001 11111 1101101 110001 101110

Color Harmonies of #53B03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B03D

Black with #53B03D

Text Example


Text Example

White with #53B03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,176,61); }

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

background-color css

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

 a { background-color: rgb(83,176,61); }

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

border-color css

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

 span { border-color: rgb(83,176,61); }

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