Html Css Color HEX #55C54D Apple

📋 copy color: '#55C54D'

red 85 ◦ green 197 ◦ blue 77

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

Shades of Apple #55C54D

Tints of Apple #55C54D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.87%

 BLUE value IS 77 (30.47% from 255) = 21.45%

R = 23.68%
G = 54.87%
B = 21.45%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#55C54D (or 0x55C54D) is known color: Apple. HEX triplet: 55, C5 and 4D. RGB value is (85,197,77). Sum of RGB (Red+Green+Blue) = 85+197+77=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #55C54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C54D is #AA3AB2. Grayscale: #969696. Windows color (decimal): -11156147 or 5096789. OLE color: 5096789.

HSL color Cylindrical-coordinate representation of color #55C54D: hue angle of 116º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55C54D is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 197 77 -
CMYK 0.57 0 0.61 0.23
HSL 116º 0.51% 0.54% -
HSV(B) 116º 0.61% 0.77% -
XYZ 25.05 42.4 13.88 -
YUV 149.83 86.89 81.76 -
System Red Green Blue C M Y K H S L
Decimal 85 197 77 0.57 0 0.61 0.23 116 0.51 0.54
Hex 55 C5 4D 39 0 3D 17 74 33 36
Octal 125 305 115 71 0 75 27 164 63 66
Binary 1010101 11000101 1001101 111001 0 111101 10111 1110100 110011 110110

Color Harmonies of #55C54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C54D

Black with #55C54D

Text Example


Text Example

White with #55C54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,197,77); }

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

background-color css

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

 a { background-color: rgb(85,197,77); }

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

border-color css

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

 span { border-color: rgb(85,197,77); }

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