Html Css Color HEX #55BA40 Apple

📋 copy color: '#55BA40'

red 85 ◦ green 186 ◦ blue 64

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

Shades of Apple #55BA40

Tints of Apple #55BA40

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.52%

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

R = 25.37%
G = 55.52%
B = 19.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#55BA40 (or 0x55BA40) is known color: Apple. HEX triplet: 55, BA and 40. RGB value is (85,186,64). Sum of RGB (Red+Green+Blue) = 85+186+64=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA40 is #AA45BF. Grayscale: #8E8E8E. Windows color (decimal): -11158976 or 4242005. OLE color: 4242005.

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

Color convert

RGB 85 186 64 -
CMYK 0.54 0 0.66 0.27
HSL 109.67º 0.49% 0.49% -
HSV(B) 109.67º 0.66% 0.73% -
XYZ 22.23 37.42 10.9 -
YUV 141.89 84.04 87.42 -
System Red Green Blue C M Y K H S L
Decimal 85 186 64 0.54 0 0.66 0.27 109.67 0.49 0.49
Hex 55 BA 40 36 0 42 1B 6E 31 31
Octal 125 272 100 66 0 102 33 156 61 61
Binary 1010101 10111010 1000000 110110 0 1000010 11011 1101110 110001 110001

Color Harmonies of #55BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA40

Black with #55BA40

Text Example


Text Example

White with #55BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,186,64); }

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

background-color css

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

 a { background-color: rgb(85,186,64); }

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

border-color css

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

 span { border-color: rgb(85,186,64); }

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