Html Css Color HEX #53AC43 Apple

📋 copy color: '#53AC43'

red 83 ◦ green 172 ◦ blue 67

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

Shades of Apple #53AC43

Tints of Apple #53AC43

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.42%

 BLUE value IS 67 (26.56% from 255) = 20.81%

R = 25.78%
G = 53.42%
B = 20.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#53AC43 (or 0x53AC43) is known color: Apple. HEX triplet: 53, AC and 43. RGB value is (83,172,67). Sum of RGB (Red+Green+Blue) = 83+172+67=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AC43 is #AC53BC. Grayscale: #858585. Windows color (decimal): -11293629 or 4435027. OLE color: 4435027.

HSL color Cylindrical-coordinate representation of color #53AC43: hue angle of 110.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53AC43 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 172 67 -
CMYK 0.52 0 0.61 0.33
HSL 110.86º 0.44% 0.47% -
HSV(B) 110.86º 0.61% 0.67% -
XYZ 19.33 31.75 10.42 -
YUV 133.42 90.51 92.04 -
System Red Green Blue C M Y K H S L
Decimal 83 172 67 0.52 0 0.61 0.33 110.86 0.44 0.47
Hex 53 AC 43 34 0 3D 21 6F 2C 2F
Octal 123 254 103 64 0 75 41 157 54 57
Binary 1010011 10101100 1000011 110100 0 111101 100001 1101111 101100 101111

Color Harmonies of #53AC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AC43

Black with #53AC43

Text Example


Text Example

White with #53AC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,172,67); }

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

background-color css

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

 a { background-color: rgb(83,172,67); }

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

border-color css

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

 span { border-color: rgb(83,172,67); }

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