Html Css Color HEX #53C246 Apple

📋 copy color: '#53C246'

red 83 ◦ green 194 ◦ blue 70

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

Shades of Apple #53C246

Tints of Apple #53C246

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.91%

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

R = 23.92%
G = 55.91%
B = 20.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#53C246 (or 0x53C246) is known color: Apple. HEX triplet: 53, C2 and 46. RGB value is (83,194,70). Sum of RGB (Red+Green+Blue) = 83+194+70=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #53C246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C246 is #AC3DB9. Grayscale: #939393. Windows color (decimal): -11287994 or 4637267. OLE color: 4637267.

HSL color Cylindrical-coordinate representation of color #53C246: hue angle of 113.71º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53C246 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 194 70 -
CMYK 0.57 0 0.64 0.24
HSL 113.71º 0.5% 0.52% -
HSV(B) 113.71º 0.64% 0.76% -
XYZ 23.96 40.86 12.42 -
YUV 146.68 84.73 82.58 -
System Red Green Blue C M Y K H S L
Decimal 83 194 70 0.57 0 0.64 0.24 113.71 0.5 0.52
Hex 53 C2 46 39 0 40 18 72 32 34
Octal 123 302 106 71 0 100 30 162 62 64
Binary 1010011 11000010 1000110 111001 0 1000000 11000 1110010 110010 110100

Color Harmonies of #53C246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C246

Black with #53C246

Text Example


Text Example

White with #53C246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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