Html Css Color HEX #55B932 Apple

📋 copy color: '#55B932'

red 85 ◦ green 185 ◦ blue 50

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

Shades of Apple #55B932

Tints of Apple #55B932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.81%

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

R = 26.56%
G = 57.81%
B = 15.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#55B932 (or 0x55B932) is known color: Apple. HEX triplet: 55, B9 and 32. RGB value is (85,185,50). Sum of RGB (Red+Green+Blue) = 85+185+50=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 185 (72.66% from 255 or 57.81% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 185 - color contains mainly: green. Hex color #55B932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B932 is #AA46CD. Grayscale: #8C8C8C. Windows color (decimal): -11159246 or 3324245. OLE color: 3324245.

HSL color Cylindrical-coordinate representation of color #55B932: hue angle of 104.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55B932 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 185 50 -
CMYK 0.54 0 0.73 0.27
HSL 104.44º 0.57% 0.46% -
HSV(B) 104.44º 0.73% 0.73% -
XYZ 21.67 36.86 8.99 -
YUV 139.71 77.37 88.98 -
System Red Green Blue C M Y K H S L
Decimal 85 185 50 0.54 0 0.73 0.27 104.44 0.57 0.46
Hex 55 B9 32 36 0 49 1B 68 39 2E
Octal 125 271 62 66 0 111 33 150 71 56
Binary 1010101 10111001 110010 110110 0 1001001 11011 1101000 111001 101110

Color Harmonies of #55B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B932

Black with #55B932

Text Example


Text Example

White with #55B932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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