Html Css Color HEX #53C340 Apple

📋 copy color: '#53C340'

red 83 ◦ green 195 ◦ blue 64

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

Shades of Apple #53C340

Tints of Apple #53C340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 24.27%
G = 57.02%
B = 18.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#53C340 (or 0x53C340) is known color: Apple. HEX triplet: 53, C3 and 40. RGB value is (83,195,64). Sum of RGB (Red+Green+Blue) = 83+195+64=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #53C340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C340 is #AC3CBF. Grayscale: #929292. Windows color (decimal): -11287744 or 4244307. OLE color: 4244307.

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

Color convert

RGB 83 195 64 -
CMYK 0.57 0 0.67 0.24
HSL 111.3º 0.52% 0.51% -
HSV(B) 111.3º 0.67% 0.76% -
XYZ 24.01 41.24 11.55 -
YUV 146.58 81.39 82.65 -
System Red Green Blue C M Y K H S L
Decimal 83 195 64 0.57 0 0.67 0.24 111.3 0.52 0.51
Hex 53 C3 40 39 0 43 18 6F 34 33
Octal 123 303 100 71 0 103 30 157 64 63
Binary 1010011 11000011 1000000 111001 0 1000011 11000 1101111 110100 110011

Color Harmonies of #53C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C340

Black with #53C340

Text Example


Text Example

White with #53C340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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