Html Css Color HEX #55A242 Apple

📋 copy color: '#55A242'

red 85 ◦ green 162 ◦ blue 66

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

Shades of Apple #55A242

Tints of Apple #55A242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 27.16%
G = 51.76%
B = 21.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#55A242 (or 0x55A242) is known color: Apple. HEX triplet: 55, A2 and 42. RGB value is (85,162,66). Sum of RGB (Red+Green+Blue) = 85+162+66=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #55A242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A242 is #AA5DBD. Grayscale: #808080. Windows color (decimal): -11165118 or 4366933. OLE color: 4366933.

HSL color Cylindrical-coordinate representation of color #55A242: hue angle of 108.12º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55A242 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 162 66 -
CMYK 0.48 0 0.59 0.36
HSL 108.13º 0.42% 0.45% -
HSV(B) 108.13º 0.59% 0.64% -
XYZ 17.65 28.17 9.66 -
YUV 128.03 92.99 97.31 -
System Red Green Blue C M Y K H S L
Decimal 85 162 66 0.48 0 0.59 0.36 108.13 0.42 0.45
Hex 55 A2 42 30 0 3B 24 6C 2A 2D
Octal 125 242 102 60 0 73 44 154 52 55
Binary 1010101 10100010 1000010 110000 0 111011 100100 1101100 101010 101101

Color Harmonies of #55A242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A242

Black with #55A242

Text Example


Text Example

White with #55A242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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