Html Css Color HEX #53C53D Apple

📋 copy color: '#53C53D'

red 83 ◦ green 197 ◦ blue 61

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

Shades of Apple #53C53D

Tints of Apple #53C53D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.77%

 BLUE value IS 61 (24.22% from 255) = 17.89%

R = 24.34%
G = 57.77%
B = 17.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#53C53D (or 0x53C53D) is known color: Apple. HEX triplet: 53, C5 and 3D. RGB value is (83,197,61). Sum of RGB (Red+Green+Blue) = 83+197+61=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #53C53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C53D is #AC3AC2. Grayscale: #939393. Windows color (decimal): -11287235 or 4048211. OLE color: 4048211.

HSL color Cylindrical-coordinate representation of color #53C53D: hue angle of 110.29º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53C53D is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 197 61 -
CMYK 0.58 0 0.69 0.23
HSL 110.29º 0.54% 0.51% -
HSV(B) 110.29º 0.69% 0.77% -
XYZ 24.38 42.11 11.26 -
YUV 147.41 79.23 82.06 -
System Red Green Blue C M Y K H S L
Decimal 83 197 61 0.58 0 0.69 0.23 110.29 0.54 0.51
Hex 53 C5 3D 3A 0 45 17 6E 36 33
Octal 123 305 75 72 0 105 27 156 66 63
Binary 1010011 11000101 111101 111010 0 1000101 10111 1101110 110110 110011

Color Harmonies of #53C53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C53D

Black with #53C53D

Text Example


Text Example

White with #53C53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,197,61); }

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

background-color css

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

 a { background-color: rgb(83,197,61); }

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

border-color css

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

 span { border-color: rgb(83,197,61); }

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