Html Css Color HEX #53C141 Apple

📋 copy color: '#53C141'

red 83 ◦ green 193 ◦ blue 65

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

Shades of Apple #53C141

Tints of Apple #53C141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.6%

 BLUE value IS 65 (25.78% from 255) = 19.06%

R = 24.34%
G = 56.6%
B = 19.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#53C141 (or 0x53C141) is known color: Apple. HEX triplet: 53, C1 and 41. RGB value is (83,193,65). Sum of RGB (Red+Green+Blue) = 83+193+65=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #53C141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C141 is #AC3EBE. Grayscale: #919191. Windows color (decimal): -11288255 or 4309331. OLE color: 4309331.

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

Color convert

RGB 83 193 65 -
CMYK 0.57 0 0.66 0.24
HSL 111.56º 0.51% 0.51% -
HSV(B) 111.56º 0.66% 0.76% -
XYZ 23.59 40.36 11.55 -
YUV 145.52 82.56 83.41 -
System Red Green Blue C M Y K H S L
Decimal 83 193 65 0.57 0 0.66 0.24 111.56 0.51 0.51
Hex 53 C1 41 39 0 42 18 70 33 33
Octal 123 301 101 71 0 102 30 160 63 63
Binary 1010011 11000001 1000001 111001 0 1000010 11000 1110000 110011 110011

Color Harmonies of #53C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C141

Black with #53C141

Text Example


Text Example

White with #53C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,193,65); }

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

background-color css

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

 a { background-color: rgb(83,193,65); }

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

border-color css

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

 span { border-color: rgb(83,193,65); }

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