Html Css Color HEX #55AF46 Apple

📋 copy color: '#55AF46'

red 85 ◦ green 175 ◦ blue 70

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

Shades of Apple #55AF46

Tints of Apple #55AF46

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.03%

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 25.76%
G = 53.03%
B = 21.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#55AF46 (or 0x55AF46) is known color: Apple. HEX triplet: 55, AF and 46. RGB value is (85,175,70). Sum of RGB (Red+Green+Blue) = 85+175+70=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AF46 is #AA50B9. Grayscale: #888888. Windows color (decimal): -11161786 or 4632405. OLE color: 4632405.

HSL color Cylindrical-coordinate representation of color #55AF46: hue angle of 111.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55AF46 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 175 70 -
CMYK 0.51 0 0.60 0.31
HSL 111.43º 0.43% 0.48% -
HSV(B) 111.43º 0.6% 0.69% -
XYZ 20.18 33.03 11.11 -
YUV 136.12 90.68 91.54 -
System Red Green Blue C M Y K H S L
Decimal 85 175 70 0.51 0 0.60 0.31 111.43 0.43 0.48
Hex 55 AF 46 33 0 3C 1F 6F 2B 30
Octal 125 257 106 63 0 74 37 157 53 60
Binary 1010101 10101111 1000110 110011 0 111100 11111 1101111 101011 110000

Color Harmonies of #55AF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF46

Black with #55AF46

Text Example


Text Example

White with #55AF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,175,70); }

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

background-color css

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

 a { background-color: rgb(85,175,70); }

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

border-color css

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

 span { border-color: rgb(85,175,70); }

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