Html Css Color HEX #53BA38 Apple

📋 copy color: '#53BA38'

red 83 ◦ green 186 ◦ blue 56

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

Shades of Apple #53BA38

Tints of Apple #53BA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.23%

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 25.54%
G = 57.23%
B = 17.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#53BA38 (or 0x53BA38) is known color: Apple. HEX triplet: 53, BA and 38. RGB value is (83,186,56). Sum of RGB (Red+Green+Blue) = 83+186+56=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BA38 is #AC45C7. Grayscale: #8C8C8C. Windows color (decimal): -11290056 or 3717715. OLE color: 3717715.

HSL color Cylindrical-coordinate representation of color #53BA38: hue angle of 107.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53BA38 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 56 -
CMYK 0.55 0 0.70 0.27
HSL 107.54º 0.54% 0.47% -
HSV(B) 107.54º 0.7% 0.73% -
XYZ 21.84 37.24 9.78 -
YUV 140.38 80.38 87.07 -
System Red Green Blue C M Y K H S L
Decimal 83 186 56 0.55 0 0.70 0.27 107.54 0.54 0.47
Hex 53 BA 38 37 0 46 1B 6C 36 2F
Octal 123 272 70 67 0 106 33 154 66 57
Binary 1010011 10111010 111000 110111 0 1000110 11011 1101100 110110 101111

Color Harmonies of #53BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA38

Black with #53BA38

Text Example


Text Example

White with #53BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,186,56); }

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

background-color css

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

 a { background-color: rgb(83,186,56); }

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

border-color css

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

 span { border-color: rgb(83,186,56); }

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