Html Css Color HEX #55C649 Apple

📋 copy color: '#55C649'

red 85 ◦ green 198 ◦ blue 73

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

Shades of Apple #55C649

Tints of Apple #55C649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 23.88%
G = 55.62%
B = 20.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#55C649 (or 0x55C649) is known color: Apple. HEX triplet: 55, C6 and 49. RGB value is (85,198,73). Sum of RGB (Red+Green+Blue) = 85+198+73=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #55C649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C649 is #AA39B6. Grayscale: #969696. Windows color (decimal): -11155895 or 4834901. OLE color: 4834901.

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

Color convert

RGB 85 198 73 -
CMYK 0.57 0 0.63 0.22
HSL 114.24º 0.52% 0.53% -
HSV(B) 114.24º 0.63% 0.78% -
XYZ 25.14 42.8 13.24 -
YUV 149.96 84.56 81.66 -
System Red Green Blue C M Y K H S L
Decimal 85 198 73 0.57 0 0.63 0.22 114.24 0.52 0.53
Hex 55 C6 49 39 0 3F 16 72 34 35
Octal 125 306 111 71 0 77 26 162 64 65
Binary 1010101 11000110 1001001 111001 0 111111 10110 1110010 110100 110101

Color Harmonies of #55C649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C649

Black with #55C649

Text Example


Text Example

White with #55C649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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