Html Css Color HEX #55B946 Apple

📋 copy color: '#55B946'

red 85 ◦ green 185 ◦ blue 70

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

Shades of Apple #55B946

Tints of Apple #55B946

RGB

 RED value IS 85 (33.59% from 255) = 25%

 GREEN value IS 185 (72.66% from 255) = 54.41%

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

R = 25%
G = 54.41%
B = 20.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#55B946 (or 0x55B946) is known color: Apple. HEX triplet: 55, B9 and 46. RGB value is (85,185,70). Sum of RGB (Red+Green+Blue) = 85+185+70=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #55B946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B946 is #AA46B9. Grayscale: #8E8E8E. Windows color (decimal): -11159226 or 4634965. OLE color: 4634965.

HSL color Cylindrical-coordinate representation of color #55B946: hue angle of 112.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55B946 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 185 70 -
CMYK 0.54 0 0.62 0.27
HSL 112.17º 0.45% 0.5% -
HSV(B) 112.17º 0.62% 0.73% -
XYZ 22.2 37.07 11.78 -
YUV 141.99 87.37 87.35 -
System Red Green Blue C M Y K H S L
Decimal 85 185 70 0.54 0 0.62 0.27 112.17 0.45 0.5
Hex 55 B9 46 36 0 3E 1B 70 2D 32
Octal 125 271 106 66 0 76 33 160 55 62
Binary 1010101 10111001 1000110 110110 0 111110 11011 1110000 101101 110010

Color Harmonies of #55B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B946

Black with #55B946

Text Example


Text Example

White with #55B946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55B946; }

 p { color: rgb(85,185,70); }

 H1.HeaderClassName
 {
   color: #55B946;
 }
 .AnyTagClassName
 {
   color: #55B946;
 }
</style>

background-color css

<style>
 a { background-color: #55B946; }

 a { background-color: rgb(85,185,70); }

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

border-color css

<style>
 span { border-color: #55B946; }

 span { border-color: rgb(85,185,70); }

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