Html Css Color HEX #55C541 Apple

📋 copy color: '#55C541'

red 85 ◦ green 197 ◦ blue 65

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

Shades of Apple #55C541

Tints of Apple #55C541

RGB

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

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

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

R = 24.5%
G = 56.77%
B = 18.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#55C541 (or 0x55C541) is known color: Apple. HEX triplet: 55, C5 and 41. RGB value is (85,197,65). Sum of RGB (Red+Green+Blue) = 85+197+65=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #55C541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C541 is #AA3ABE. Grayscale: #949494. Windows color (decimal): -11156159 or 4310357. OLE color: 4310357.

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

Color convert

RGB 85 197 65 -
CMYK 0.57 0 0.67 0.23
HSL 110.91º 0.53% 0.51% -
HSV(B) 110.91º 0.67% 0.77% -
XYZ 24.67 42.25 11.86 -
YUV 148.46 80.89 82.73 -
System Red Green Blue C M Y K H S L
Decimal 85 197 65 0.57 0 0.67 0.23 110.91 0.53 0.51
Hex 55 C5 41 39 0 43 17 6F 35 33
Octal 125 305 101 71 0 103 27 157 65 63
Binary 1010101 11000101 1000001 111001 0 1000011 10111 1101111 110101 110011

Color Harmonies of #55C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C541

Black with #55C541

Text Example


Text Example

White with #55C541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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