Html Css Color HEX #55C141 Apple

📋 copy color: '#55C141'

red 85 ◦ green 193 ◦ blue 65

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

Shades of Apple #55C141

Tints of Apple #55C141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.27%

 BLUE value IS 65 (25.78% from 255) = 18.95%

R = 24.78%
G = 56.27%
B = 18.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#55C141 (or 0x55C141) is known color: Apple. HEX triplet: 55, C1 and 41. RGB value is (85,193,65). Sum of RGB (Red+Green+Blue) = 85+193+65=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #55C141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C141 is #AA3EBE. Grayscale: #929292. Windows color (decimal): -11157183 or 4309333. OLE color: 4309333.

HSL color Cylindrical-coordinate representation of color #55C141: hue angle of 110.62º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55C141 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 65 -
CMYK 0.56 0 0.66 0.24
HSL 110.63º 0.51% 0.51% -
HSV(B) 110.63º 0.66% 0.76% -
XYZ 23.77 40.45 11.56 -
YUV 146.12 82.22 84.41 -
System Red Green Blue C M Y K H S L
Decimal 85 193 65 0.56 0 0.66 0.24 110.63 0.51 0.51
Hex 55 C1 41 38 0 42 18 6F 33 33
Octal 125 301 101 70 0 102 30 157 63 63
Binary 1010101 11000001 1000001 111000 0 1000010 11000 1101111 110011 110011

Color Harmonies of #55C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C141

Black with #55C141

Text Example


Text Example

White with #55C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,193,65); }

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

background-color css

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

 a { background-color: rgb(85,193,65); }

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

border-color css

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

 span { border-color: rgb(85,193,65); }

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