Html Css Color HEX #55AC31 Apple

📋 copy color: '#55AC31'

red 85 ◦ green 172 ◦ blue 49

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

Shades of Apple #55AC31

Tints of Apple #55AC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.21%

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 27.78%
G = 56.21%
B = 16.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#55AC31 (or 0x55AC31) is known color: Apple. HEX triplet: 55, AC and 31. RGB value is (85,172,49). Sum of RGB (Red+Green+Blue) = 85+172+49=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AC31 is #AA53CE. Grayscale: #848484. Windows color (decimal): -11162575 or 3255381. OLE color: 3255381.

HSL color Cylindrical-coordinate representation of color #55AC31: hue angle of 102.44º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55AC31 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 172 49 -
CMYK 0.51 0 0.72 0.33
HSL 102.44º 0.56% 0.43% -
HSV(B) 102.44º 0.72% 0.67% -
XYZ 19.05 31.66 8.01 -
YUV 131.97 81.18 94.5 -
System Red Green Blue C M Y K H S L
Decimal 85 172 49 0.51 0 0.72 0.33 102.44 0.56 0.43
Hex 55 AC 31 33 0 48 21 66 38 2B
Octal 125 254 61 63 0 110 41 146 70 53
Binary 1010101 10101100 110001 110011 0 1001000 100001 1100110 111000 101011

Color Harmonies of #55AC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AC31

Black with #55AC31

Text Example


Text Example

White with #55AC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,172,49); }

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

background-color css

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

 a { background-color: rgb(85,172,49); }

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

border-color css

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

 span { border-color: rgb(85,172,49); }

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