Html Css Color HEX #53BF49 Apple

📋 copy color: '#53BF49'

red 83 ◦ green 191 ◦ blue 73

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

Shades of Apple #53BF49

Tints of Apple #53BF49

RGB

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

 GREEN value IS 191 (75% from 255) = 55.04%

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 23.92%
G = 55.04%
B = 21.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#53BF49 (or 0x53BF49) is known color: Apple. HEX triplet: 53, BF and 49. RGB value is (83,191,73). Sum of RGB (Red+Green+Blue) = 83+191+73=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BF49 is #AC40B6. Grayscale: #919191. Windows color (decimal): -11288759 or 4833107. OLE color: 4833107.

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

Color convert

RGB 83 191 73 -
CMYK 0.57 0 0.62 0.25
HSL 114.92º 0.48% 0.52% -
HSV(B) 114.92º 0.62% 0.75% -
XYZ 23.4 39.58 12.71 -
YUV 145.26 87.22 83.59 -
System Red Green Blue C M Y K H S L
Decimal 83 191 73 0.57 0 0.62 0.25 114.92 0.48 0.52
Hex 53 BF 49 39 0 3E 19 73 30 34
Octal 123 277 111 71 0 76 31 163 60 64
Binary 1010011 10111111 1001001 111001 0 111110 11001 1110011 110000 110100

Color Harmonies of #53BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BF49

Black with #53BF49

Text Example


Text Example

White with #53BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,191,73); }

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

background-color css

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

 a { background-color: rgb(83,191,73); }

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

border-color css

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

 span { border-color: rgb(83,191,73); }

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