Html Css Color HEX #53AF45 Apple

📋 copy color: '#53AF45'

red 83 ◦ green 175 ◦ blue 69

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

Shades of Apple #53AF45

Tints of Apple #53AF45

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.52%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 25.38%
G = 53.52%
B = 21.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#53AF45 (or 0x53AF45) is known color: Apple. HEX triplet: 53, AF and 45. RGB value is (83,175,69). Sum of RGB (Red+Green+Blue) = 83+175+69=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF45 is #AC50BA. Grayscale: #878787. Windows color (decimal): -11292859 or 4566867. OLE color: 4566867.

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

Color convert

RGB 83 175 69 -
CMYK 0.53 0 0.61 0.31
HSL 112.08º 0.43% 0.48% -
HSV(B) 112.08º 0.61% 0.69% -
XYZ 19.97 32.93 10.93 -
YUV 135.41 90.52 90.62 -
System Red Green Blue C M Y K H S L
Decimal 83 175 69 0.53 0 0.61 0.31 112.08 0.43 0.48
Hex 53 AF 45 35 0 3D 1F 70 2B 30
Octal 123 257 105 65 0 75 37 160 53 60
Binary 1010011 10101111 1000101 110101 0 111101 11111 1110000 101011 110000

Color Harmonies of #53AF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF45

Black with #53AF45

Text Example


Text Example

White with #53AF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,175,69); }

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

background-color css

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

 a { background-color: rgb(83,175,69); }

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

border-color css

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

 span { border-color: rgb(83,175,69); }

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