Html Css Color HEX #53C348 Apple

📋 copy color: '#53C348'

red 83 ◦ green 195 ◦ blue 72

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

Shades of Apple #53C348

Tints of Apple #53C348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.71%

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 23.71%
G = 55.71%
B = 20.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#53C348 (or 0x53C348) is known color: Apple. HEX triplet: 53, C3 and 48. RGB value is (83,195,72). Sum of RGB (Red+Green+Blue) = 83+195+72=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #53C348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C348 is #AC3CB7. Grayscale: #939393. Windows color (decimal): -11287736 or 4768595. OLE color: 4768595.

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

Color convert

RGB 83 195 72 -
CMYK 0.57 0 0.63 0.24
HSL 114.63º 0.51% 0.52% -
HSV(B) 114.63º 0.63% 0.76% -
XYZ 24.25 41.34 12.83 -
YUV 147.49 85.39 82 -
System Red Green Blue C M Y K H S L
Decimal 83 195 72 0.57 0 0.63 0.24 114.63 0.51 0.52
Hex 53 C3 48 39 0 3F 18 73 33 34
Octal 123 303 110 71 0 77 30 163 63 64
Binary 1010011 11000011 1001000 111001 0 111111 11000 1110011 110011 110100

Color Harmonies of #53C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C348

Black with #53C348

Text Example


Text Example

White with #53C348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,195,72); }

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

background-color css

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

 a { background-color: rgb(83,195,72); }

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

border-color css

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

 span { border-color: rgb(83,195,72); }

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