Html Css Color HEX #55BC41 Apple

📋 copy color: '#55BC41'

red 85 ◦ green 188 ◦ blue 65

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

Shades of Apple #55BC41

Tints of Apple #55BC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 25.15%
G = 55.62%
B = 19.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#55BC41 (or 0x55BC41) is known color: Apple. HEX triplet: 55, BC and 41. RGB value is (85,188,65). Sum of RGB (Red+Green+Blue) = 85+188+65=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC41 is #AA43BE. Grayscale: #8F8F8F. Windows color (decimal): -11158463 or 4308053. OLE color: 4308053.

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

Color convert

RGB 85 188 65 -
CMYK 0.55 0 0.65 0.26
HSL 110.24º 0.49% 0.5% -
HSV(B) 110.24º 0.65% 0.74% -
XYZ 22.68 38.28 11.19 -
YUV 143.18 83.88 86.5 -
System Red Green Blue C M Y K H S L
Decimal 85 188 65 0.55 0 0.65 0.26 110.24 0.49 0.5
Hex 55 BC 41 37 0 41 1A 6E 31 32
Octal 125 274 101 67 0 101 32 156 61 62
Binary 1010101 10111100 1000001 110111 0 1000001 11010 1101110 110001 110010

Color Harmonies of #55BC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC41

Black with #55BC41

Text Example


Text Example

White with #55BC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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