Html Css Color HEX #53A83A Apple

📋 copy color: '#53A83A'

red 83 ◦ green 168 ◦ blue 58

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

Shades of Apple #53A83A

Tints of Apple #53A83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.37%

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 26.86%
G = 54.37%
B = 18.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#53A83A (or 0x53A83A) is known color: Apple. HEX triplet: 53, A8 and 3A. RGB value is (83,168,58). Sum of RGB (Red+Green+Blue) = 83+168+58=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 168 (66.02% from 255 or 54.37% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 168 - color contains mainly: green. Hex color #53A83A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A83A is #AC57C5. Grayscale: #828282. Windows color (decimal): -11294662 or 3844179. OLE color: 3844179.

HSL color Cylindrical-coordinate representation of color #53A83A: hue angle of 106.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53A83A is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 168 58 -
CMYK 0.51 0 0.65 0.34
HSL 106.36º 0.49% 0.44% -
HSV(B) 106.36º 0.65% 0.66% -
XYZ 18.33 30.15 8.86 -
YUV 130.05 87.34 94.44 -
System Red Green Blue C M Y K H S L
Decimal 83 168 58 0.51 0 0.65 0.34 106.36 0.49 0.44
Hex 53 A8 3A 33 0 41 22 6A 31 2C
Octal 123 250 72 63 0 101 42 152 61 54
Binary 1010011 10101000 111010 110011 0 1000001 100010 1101010 110001 101100

Color Harmonies of #53A83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A83A

Black with #53A83A

Text Example


Text Example

White with #53A83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,168,58); }

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

background-color css

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

 a { background-color: rgb(83,168,58); }

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

border-color css

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

 span { border-color: rgb(83,168,58); }

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