Html Css Color HEX #53B542 Apple

📋 copy color: '#53B542'

red 83 ◦ green 181 ◦ blue 66

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

Shades of Apple #53B542

Tints of Apple #53B542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.85%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 25.15%
G = 54.85%
B = 20%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#53B542 (or 0x53B542) is known color: Apple. HEX triplet: 53, B5 and 42. RGB value is (83,181,66). Sum of RGB (Red+Green+Blue) = 83+181+66=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #53B542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53B542 is #AC4ABD. Grayscale: #8A8A8A. Windows color (decimal): -11291326 or 4371795. OLE color: 4371795.

HSL color Cylindrical-coordinate representation of color #53B542: hue angle of 111.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53B542 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 181 66 -
CMYK 0.54 0 0.64 0.29
HSL 111.13º 0.47% 0.48% -
HSV(B) 111.13º 0.64% 0.71% -
XYZ 21.07 35.28 10.85 -
YUV 138.59 87.03 88.35 -
System Red Green Blue C M Y K H S L
Decimal 83 181 66 0.54 0 0.64 0.29 111.13 0.47 0.48
Hex 53 B5 42 36 0 40 1D 6F 2F 30
Octal 123 265 102 66 0 100 35 157 57 60
Binary 1010011 10110101 1000010 110110 0 1000000 11101 1101111 101111 110000

Color Harmonies of #53B542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B542

Black with #53B542

Text Example


Text Example

White with #53B542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,181,66); }

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

background-color css

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

 a { background-color: rgb(83,181,66); }

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

border-color css

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

 span { border-color: rgb(83,181,66); }

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