Html Css Color HEX #53CE40 Apple

📋 copy color: '#53CE40'

red 83 ◦ green 206 ◦ blue 64

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

Shades of Apple #53CE40

Tints of Apple #53CE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 58.36%

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

R = 23.51%
G = 58.36%
B = 18.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#53CE40 (or 0x53CE40) is known color: Apple. HEX triplet: 53, CE and 40. RGB value is (83,206,64). Sum of RGB (Red+Green+Blue) = 83+206+64=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CE40 is #AC31BF. Grayscale: #999999. Windows color (decimal): -11284928 or 4247123. OLE color: 4247123.

HSL color Cylindrical-coordinate representation of color #53CE40: hue angle of 111.97º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53CE40 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 206 64 -
CMYK 0.60 0 0.69 0.19
HSL 111.97º 0.59% 0.53% -
HSV(B) 111.97º 0.69% 0.81% -
XYZ 26.56 46.35 12.4 -
YUV 153.04 77.75 78.05 -
System Red Green Blue C M Y K H S L
Decimal 83 206 64 0.60 0 0.69 0.19 111.97 0.59 0.53
Hex 53 CE 40 3C 0 45 13 70 3B 35
Octal 123 316 100 74 0 105 23 160 73 65
Binary 1010011 11001110 1000000 111100 0 1000101 10011 1110000 111011 110101

Color Harmonies of #53CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CE40

Black with #53CE40

Text Example


Text Example

White with #53CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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