Html Css Color HEX #53CC46 Apple

📋 copy color: '#53CC46'

red 83 ◦ green 204 ◦ blue 70

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

Shades of Apple #53CC46

Tints of Apple #53CC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.14%

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 23.25%
G = 57.14%
B = 19.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#53CC46 (or 0x53CC46) is known color: Apple. HEX triplet: 53, CC and 46. RGB value is (83,204,70). Sum of RGB (Red+Green+Blue) = 83+204+70=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CC46 is #AC33B9. Grayscale: #989898. Windows color (decimal): -11285434 or 4639827. OLE color: 4639827.

HSL color Cylindrical-coordinate representation of color #53CC46: hue angle of 114.18º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53CC46 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 204 70 -
CMYK 0.59 0 0.66 0.2
HSL 114.18º 0.57% 0.54% -
HSV(B) 114.18º 0.66% 0.8% -
XYZ 26.27 45.47 13.19 -
YUV 152.55 81.41 78.4 -
System Red Green Blue C M Y K H S L
Decimal 83 204 70 0.59 0 0.66 0.2 114.18 0.57 0.54
Hex 53 CC 46 3B 0 42 14 72 39 36
Octal 123 314 106 73 0 102 24 162 71 66
Binary 1010011 11001100 1000110 111011 0 1000010 10100 1110010 111001 110110

Color Harmonies of #53CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CC46

Black with #53CC46

Text Example


Text Example

White with #53CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,204,70); }

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

background-color css

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

 a { background-color: rgb(83,204,70); }

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

border-color css

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

 span { border-color: rgb(83,204,70); }

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