Html Css Color HEX #53D04C Apple

📋 copy color: '#53D04C'

red 83 ◦ green 208 ◦ blue 76

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

Shades of Apple #53D04C

Tints of Apple #53D04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 22.62%
G = 56.68%
B = 20.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#53D04C (or 0x53D04C) is known color: Apple. HEX triplet: 53, D0 and 4C. RGB value is (83,208,76). Sum of RGB (Red+Green+Blue) = 83+208+76=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #53D04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D04C is #AC2FB3. Grayscale: #9B9B9B. Windows color (decimal): -11284404 or 5034067. OLE color: 5034067.

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

Color convert

RGB 83 208 76 -
CMYK 0.60 0 0.63 0.18
HSL 116.82º 0.58% 0.56% -
HSV(B) 116.82º 0.63% 0.82% -
XYZ 27.43 47.47 14.56 -
YUV 155.58 83.09 76.23 -
System Red Green Blue C M Y K H S L
Decimal 83 208 76 0.60 0 0.63 0.18 116.82 0.58 0.56
Hex 53 D0 4C 3C 0 3F 12 75 3A 38
Octal 123 320 114 74 0 77 22 165 72 70
Binary 1010011 11010000 1001100 111100 0 111111 10010 1110101 111010 111000

Color Harmonies of #53D04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D04C

Black with #53D04C

Text Example


Text Example

White with #53D04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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