Html Css Color HEX #53BB42 Apple

📋 copy color: '#53BB42'

red 83 ◦ green 187 ◦ blue 66

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

Shades of Apple #53BB42

Tints of Apple #53BB42

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.65%

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

R = 24.7%
G = 55.65%
B = 19.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#53BB42 (or 0x53BB42) is known color: Apple. HEX triplet: 53, BB and 42. RGB value is (83,187,66). Sum of RGB (Red+Green+Blue) = 83+187+66=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BB42 is #AC44BD. Grayscale: #8E8E8E. Windows color (decimal): -11289790 or 4373331. OLE color: 4373331.

HSL color Cylindrical-coordinate representation of color #53BB42: hue angle of 111.57º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53BB42 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 187 66 -
CMYK 0.56 0 0.65 0.27
HSL 111.57º 0.48% 0.5% -
HSV(B) 111.57º 0.65% 0.73% -
XYZ 22.32 37.77 11.27 -
YUV 142.11 85.04 85.84 -
System Red Green Blue C M Y K H S L
Decimal 83 187 66 0.56 0 0.65 0.27 111.57 0.48 0.5
Hex 53 BB 42 38 0 41 1B 70 30 32
Octal 123 273 102 70 0 101 33 160 60 62
Binary 1010011 10111011 1000010 111000 0 1000001 11011 1110000 110000 110010

Color Harmonies of #53BB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BB42

Black with #53BB42

Text Example


Text Example

White with #53BB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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