Html Css Color HEX #55C540 Apple

📋 copy color: '#55C540'

red 85 ◦ green 197 ◦ blue 64

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

Shades of Apple #55C540

Tints of Apple #55C540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 24.57%
G = 56.94%
B = 18.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#55C540 (or 0x55C540) is known color: Apple. HEX triplet: 55, C5 and 40. RGB value is (85,197,64). Sum of RGB (Red+Green+Blue) = 85+197+64=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #55C540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C540 is #AA3ABF. Grayscale: #949494. Windows color (decimal): -11156160 or 4244821. OLE color: 4244821.

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

Color convert

RGB 85 197 64 -
CMYK 0.57 0 0.68 0.23
HSL 110.53º 0.53% 0.51% -
HSV(B) 110.53º 0.68% 0.77% -
XYZ 24.64 42.23 11.7 -
YUV 148.35 80.39 82.81 -
System Red Green Blue C M Y K H S L
Decimal 85 197 64 0.57 0 0.68 0.23 110.53 0.53 0.51
Hex 55 C5 40 39 0 44 17 6F 35 33
Octal 125 305 100 71 0 104 27 157 65 63
Binary 1010101 11000101 1000000 111001 0 1000100 10111 1101111 110101 110011

Color Harmonies of #55C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C540

Black with #55C540

Text Example


Text Example

White with #55C540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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