Html Css Color HEX #55A240 Apple

📋 copy color: '#55A240'

red 85 ◦ green 162 ◦ blue 64

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

Shades of Apple #55A240

Tints of Apple #55A240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.09%

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

R = 27.33%
G = 52.09%
B = 20.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#55A240 (or 0x55A240) is known color: Apple. HEX triplet: 55, A2 and 40. RGB value is (85,162,64). Sum of RGB (Red+Green+Blue) = 85+162+64=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #55A240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A240 is #AA5DBF. Grayscale: #808080. Windows color (decimal): -11165120 or 4235861. OLE color: 4235861.

HSL color Cylindrical-coordinate representation of color #55A240: hue angle of 107.14º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55A240 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 162 64 -
CMYK 0.48 0 0.60 0.36
HSL 107.14º 0.43% 0.44% -
HSV(B) 107.14º 0.6% 0.64% -
XYZ 17.59 28.14 9.36 -
YUV 127.81 91.99 97.47 -
System Red Green Blue C M Y K H S L
Decimal 85 162 64 0.48 0 0.60 0.36 107.14 0.43 0.44
Hex 55 A2 40 30 0 3C 24 6B 2B 2C
Octal 125 242 100 60 0 74 44 153 53 54
Binary 1010101 10100010 1000000 110000 0 111100 100100 1101011 101011 101100

Color Harmonies of #55A240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A240

Black with #55A240

Text Example


Text Example

White with #55A240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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