Html Css Color HEX #53C04A Apple

📋 copy color: '#53C04A'

red 83 ◦ green 192 ◦ blue 74

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

Shades of Apple #53C04A

Tints of Apple #53C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.01%

 BLUE value IS 74 (29.3% from 255) = 21.2%

R = 23.78%
G = 55.01%
B = 21.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#53C04A (or 0x53C04A) is known color: Apple. HEX triplet: 53, C0 and 4A. RGB value is (83,192,74). Sum of RGB (Red+Green+Blue) = 83+192+74=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #53C04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C04A is #AC3FB5. Grayscale: #929292. Windows color (decimal): -11288502 or 4898899. OLE color: 4898899.

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

Color convert

RGB 83 192 74 -
CMYK 0.57 0 0.61 0.25
HSL 115.42º 0.48% 0.52% -
HSV(B) 115.42º 0.61% 0.75% -
XYZ 23.65 40.03 12.96 -
YUV 145.96 87.39 83.09 -
System Red Green Blue C M Y K H S L
Decimal 83 192 74 0.57 0 0.61 0.25 115.42 0.48 0.52
Hex 53 C0 4A 39 0 3D 19 73 30 34
Octal 123 300 112 71 0 75 31 163 60 64
Binary 1010011 11000000 1001010 111001 0 111101 11001 1110011 110000 110100

Color Harmonies of #53C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C04A

Black with #53C04A

Text Example


Text Example

White with #53C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,192,74); }

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

background-color css

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

 a { background-color: rgb(83,192,74); }

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

border-color css

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

 span { border-color: rgb(83,192,74); }

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