Html Css Color HEX #53C24D Apple

📋 copy color: '#53C24D'

red 83 ◦ green 194 ◦ blue 77

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

Shades of Apple #53C24D

Tints of Apple #53C24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 23.45%
G = 54.8%
B = 21.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#53C24D (or 0x53C24D) is known color: Apple. HEX triplet: 53, C2 and 4D. RGB value is (83,194,77). Sum of RGB (Red+Green+Blue) = 83+194+77=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #53C24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C24D is #AC3DB2. Grayscale: #939393. Windows color (decimal): -11287987 or 5096019. OLE color: 5096019.

HSL color Cylindrical-coordinate representation of color #53C24D: hue angle of 116.92º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53C24D is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 194 77 -
CMYK 0.57 0 0.60 0.24
HSL 116.92º 0.49% 0.53% -
HSV(B) 116.92º 0.6% 0.76% -
XYZ 24.2 40.96 13.65 -
YUV 147.47 88.23 82.01 -
System Red Green Blue C M Y K H S L
Decimal 83 194 77 0.57 0 0.60 0.24 116.92 0.49 0.53
Hex 53 C2 4D 39 0 3C 18 75 31 35
Octal 123 302 115 71 0 74 30 165 61 65
Binary 1010011 11000010 1001101 111001 0 111100 11000 1110101 110001 110101

Color Harmonies of #53C24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C24D

Black with #53C24D

Text Example


Text Example

White with #53C24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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