Html Css Color HEX #55B132 Apple

📋 copy color: '#55B132'

red 85 ◦ green 177 ◦ blue 50

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

Shades of Apple #55B132

Tints of Apple #55B132

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.73%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 27.24%
G = 56.73%
B = 16.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#55B132 (or 0x55B132) is known color: Apple. HEX triplet: 55, B1 and 32. RGB value is (85,177,50). Sum of RGB (Red+Green+Blue) = 85+177+50=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #55B132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B132 is #AA4ECD. Grayscale: #878787. Windows color (decimal): -11161294 or 3322197. OLE color: 3322197.

HSL color Cylindrical-coordinate representation of color #55B132: hue angle of 103.46º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55B132 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 177 50 -
CMYK 0.52 0 0.72 0.31
HSL 103.46º 0.56% 0.45% -
HSV(B) 103.46º 0.72% 0.69% -
XYZ 20.04 33.61 8.45 -
YUV 135.01 80.02 92.33 -
System Red Green Blue C M Y K H S L
Decimal 85 177 50 0.52 0 0.72 0.31 103.46 0.56 0.45
Hex 55 B1 32 34 0 48 1F 67 38 2D
Octal 125 261 62 64 0 110 37 147 70 55
Binary 1010101 10110001 110010 110100 0 1001000 11111 1100111 111000 101101

Color Harmonies of #55B132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B132

Black with #55B132

Text Example


Text Example

White with #55B132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,177,50); }

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

background-color css

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

 a { background-color: rgb(85,177,50); }

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

border-color css

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

 span { border-color: rgb(85,177,50); }

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