Html Css Color HEX #53BE46 Apple

📋 copy color: '#53BE46'

red 83 ◦ green 190 ◦ blue 70

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

Shades of Apple #53BE46

Tints of Apple #53BE46

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.39%

 BLUE value IS 70 (27.73% from 255) = 20.41%

R = 24.2%
G = 55.39%
B = 20.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#53BE46 (or 0x53BE46) is known color: Apple. HEX triplet: 53, BE and 46. RGB value is (83,190,70). Sum of RGB (Red+Green+Blue) = 83+190+70=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BE46 is #AC41B9. Grayscale: #909090. Windows color (decimal): -11289018 or 4636243. OLE color: 4636243.

HSL color Cylindrical-coordinate representation of color #53BE46: hue angle of 113.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53BE46 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 190 70 -
CMYK 0.56 0 0.63 0.25
HSL 113.5º 0.48% 0.51% -
HSV(B) 113.5º 0.63% 0.75% -
XYZ 23.09 39.11 12.13 -
YUV 144.33 86.05 84.26 -
System Red Green Blue C M Y K H S L
Decimal 83 190 70 0.56 0 0.63 0.25 113.5 0.48 0.51
Hex 53 BE 46 38 0 3F 19 72 30 33
Octal 123 276 106 70 0 77 31 162 60 63
Binary 1010011 10111110 1000110 111000 0 111111 11001 1110010 110000 110011

Color Harmonies of #53BE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BE46

Black with #53BE46

Text Example


Text Example

White with #53BE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,190,70); }

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

background-color css

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

 a { background-color: rgb(83,190,70); }

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

border-color css

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

 span { border-color: rgb(83,190,70); }

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