Html Css Color HEX #55C646 Apple

📋 copy color: '#55C646'

red 85 ◦ green 198 ◦ blue 70

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

Shades of Apple #55C646

Tints of Apple #55C646

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.09%

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

R = 24.08%
G = 56.09%
B = 19.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#55C646 (or 0x55C646) is known color: Apple. HEX triplet: 55, C6 and 46. RGB value is (85,198,70). Sum of RGB (Red+Green+Blue) = 85+198+70=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #55C646 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C646 is #AA39B9. Grayscale: #969696. Windows color (decimal): -11155898 or 4638293. OLE color: 4638293.

HSL color Cylindrical-coordinate representation of color #55C646: hue angle of 112.97º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55C646 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 198 70 -
CMYK 0.57 0 0.65 0.22
HSL 112.97º 0.53% 0.53% -
HSV(B) 112.97º 0.65% 0.78% -
XYZ 25.05 42.76 12.73 -
YUV 149.62 83.06 81.91 -
System Red Green Blue C M Y K H S L
Decimal 85 198 70 0.57 0 0.65 0.22 112.97 0.53 0.53
Hex 55 C6 46 39 0 41 16 71 35 35
Octal 125 306 106 71 0 101 26 161 65 65
Binary 1010101 11000110 1000110 111001 0 1000001 10110 1110001 110101 110101

Color Harmonies of #55C646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C646

Black with #55C646

Text Example


Text Example

White with #55C646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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