Html Css Color HEX #53D04A Apple

📋 copy color: '#53D04A'

red 83 ◦ green 208 ◦ blue 74

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

Shades of Apple #53D04A

Tints of Apple #53D04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.99%

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

R = 22.74%
G = 56.99%
B = 20.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#53D04A (or 0x53D04A) is known color: Apple. HEX triplet: 53, D0 and 4A. RGB value is (83,208,74). Sum of RGB (Red+Green+Blue) = 83+208+74=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #53D04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D04A is #AC2FB5. Grayscale: #9B9B9B. Windows color (decimal): -11284406 or 4902995. OLE color: 4902995.

HSL color Cylindrical-coordinate representation of color #53D04A: hue angle of 115.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53D04A is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 208 74 -
CMYK 0.60 0 0.64 0.18
HSL 115.97º 0.59% 0.55% -
HSV(B) 115.97º 0.64% 0.82% -
XYZ 27.36 47.45 14.19 -
YUV 155.35 82.09 76.4 -
System Red Green Blue C M Y K H S L
Decimal 83 208 74 0.60 0 0.64 0.18 115.97 0.59 0.55
Hex 53 D0 4A 3C 0 40 12 74 3B 37
Octal 123 320 112 74 0 100 22 164 73 67
Binary 1010011 11010000 1001010 111100 0 1000000 10010 1110100 111011 110111

Color Harmonies of #53D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D04A

Black with #53D04A

Text Example


Text Example

White with #53D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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