Html Css Color HEX #53C83A Apple

📋 copy color: '#53C83A'

red 83 ◦ green 200 ◦ blue 58

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

Shades of Apple #53C83A

Tints of Apple #53C83A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.65%

 BLUE value IS 58 (23.05% from 255) = 17.01%

R = 24.34%
G = 58.65%
B = 17.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#53C83A (or 0x53C83A) is known color: Apple. HEX triplet: 53, C8 and 3A. RGB value is (83,200,58). Sum of RGB (Red+Green+Blue) = 83+200+58=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #53C83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C83A is #AC37C5. Grayscale: #959595. Windows color (decimal): -11286470 or 3852371. OLE color: 3852371.

HSL color Cylindrical-coordinate representation of color #53C83A: hue angle of 109.44º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53C83A is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 200 58 -
CMYK 0.58 0 0.71 0.22
HSL 109.44º 0.56% 0.51% -
HSV(B) 109.44º 0.71% 0.78% -
XYZ 24.99 43.45 11.07 -
YUV 148.83 76.74 81.05 -
System Red Green Blue C M Y K H S L
Decimal 83 200 58 0.58 0 0.71 0.22 109.44 0.56 0.51
Hex 53 C8 3A 3A 0 47 16 6D 38 33
Octal 123 310 72 72 0 107 26 155 70 63
Binary 1010011 11001000 111010 111010 0 1000111 10110 1101101 111000 110011

Color Harmonies of #53C83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C83A

Black with #53C83A

Text Example


Text Example

White with #53C83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,200,58); }

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

background-color css

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

 a { background-color: rgb(83,200,58); }

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

border-color css

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

 span { border-color: rgb(83,200,58); }

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