Html Css Color HEX #55BC40 Apple

📋 copy color: '#55BC40'

red 85 ◦ green 188 ◦ blue 64

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

Shades of Apple #55BC40

Tints of Apple #55BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.79%

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

R = 25.22%
G = 55.79%
B = 18.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#55BC40 (or 0x55BC40) is known color: Apple. HEX triplet: 55, BC and 40. RGB value is (85,188,64). Sum of RGB (Red+Green+Blue) = 85+188+64=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC40 is #AA43BF. Grayscale: #8F8F8F. Windows color (decimal): -11158464 or 4242517. OLE color: 4242517.

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

Color convert

RGB 85 188 64 -
CMYK 0.55 0 0.66 0.26
HSL 109.84º 0.49% 0.49% -
HSV(B) 109.84º 0.66% 0.74% -
XYZ 22.65 38.27 11.04 -
YUV 143.07 83.38 86.58 -
System Red Green Blue C M Y K H S L
Decimal 85 188 64 0.55 0 0.66 0.26 109.84 0.49 0.49
Hex 55 BC 40 37 0 42 1A 6E 31 31
Octal 125 274 100 67 0 102 32 156 61 61
Binary 1010101 10111100 1000000 110111 0 1000010 11010 1101110 110001 110001

Color Harmonies of #55BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC40

Black with #55BC40

Text Example


Text Example

White with #55BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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