Html Css Color HEX #53C24C Apple

📋 copy color: '#53C24C'

red 83 ◦ green 194 ◦ blue 76

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

Shades of Apple #53C24C

Tints of Apple #53C24C

RGB

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

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

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

R = 23.51%
G = 54.96%
B = 21.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#53C24C (or 0x53C24C) is known color: Apple. HEX triplet: 53, C2 and 4C. RGB value is (83,194,76). Sum of RGB (Red+Green+Blue) = 83+194+76=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #53C24C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C24C is #AC3DB3. Grayscale: #939393. Windows color (decimal): -11287988 or 5030483. OLE color: 5030483.

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

Color convert

RGB 83 194 76 -
CMYK 0.57 0 0.61 0.24
HSL 116.44º 0.49% 0.53% -
HSV(B) 116.44º 0.61% 0.76% -
XYZ 24.16 40.94 13.47 -
YUV 147.36 87.73 82.09 -
System Red Green Blue C M Y K H S L
Decimal 83 194 76 0.57 0 0.61 0.24 116.44 0.49 0.53
Hex 53 C2 4C 39 0 3D 18 74 31 35
Octal 123 302 114 71 0 75 30 164 61 65
Binary 1010011 11000010 1001100 111001 0 111101 11000 1110100 110001 110101

Color Harmonies of #53C24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C24C

Black with #53C24C

Text Example


Text Example

White with #53C24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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