Html Css Color HEX #55AB3D Apple

📋 copy color: '#55AB3D'

red 85 ◦ green 171 ◦ blue 61

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

Shades of Apple #55AB3D

Tints of Apple #55AB3D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.94%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 26.81%
G = 53.94%
B = 19.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#55AB3D (or 0x55AB3D) is known color: Apple. HEX triplet: 55, AB and 3D. RGB value is (85,171,61). Sum of RGB (Red+Green+Blue) = 85+171+61=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB3D is #AA54C2. Grayscale: #858585. Windows color (decimal): -11162819 or 4041557. OLE color: 4041557.

HSL color Cylindrical-coordinate representation of color #55AB3D: hue angle of 106.91º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55AB3D is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 171 61 -
CMYK 0.50 0 0.64 0.33
HSL 106.91º 0.47% 0.45% -
HSV(B) 106.91º 0.64% 0.67% -
XYZ 19.15 31.39 9.47 -
YUV 132.75 87.51 93.94 -
System Red Green Blue C M Y K H S L
Decimal 85 171 61 0.50 0 0.64 0.33 106.91 0.47 0.45
Hex 55 AB 3D 32 0 40 21 6B 2F 2D
Octal 125 253 75 62 0 100 41 153 57 55
Binary 1010101 10101011 111101 110010 0 1000000 100001 1101011 101111 101101

Color Harmonies of #55AB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB3D

Black with #55AB3D

Text Example


Text Example

White with #55AB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,171,61); }

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

background-color css

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

 a { background-color: rgb(85,171,61); }

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

border-color css

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

 span { border-color: rgb(85,171,61); }

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