Html Css Color HEX #55C644 Apple

📋 copy color: '#55C644'

red 85 ◦ green 198 ◦ blue 68

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

Shades of Apple #55C644

Tints of Apple #55C644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 24.22%
G = 56.41%
B = 19.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#55C644 (or 0x55C644) is known color: Apple. HEX triplet: 55, C6 and 44. RGB value is (85,198,68). Sum of RGB (Red+Green+Blue) = 85+198+68=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #55C644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C644 is #AA39BB. Grayscale: #959595. Windows color (decimal): -11155900 or 4507221. OLE color: 4507221.

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

Color convert

RGB 85 198 68 -
CMYK 0.57 0 0.66 0.22
HSL 112.15º 0.53% 0.52% -
HSV(B) 112.15º 0.66% 0.78% -
XYZ 24.98 42.74 12.4 -
YUV 149.39 82.06 82.07 -
System Red Green Blue C M Y K H S L
Decimal 85 198 68 0.57 0 0.66 0.22 112.15 0.53 0.52
Hex 55 C6 44 39 0 42 16 70 35 34
Octal 125 306 104 71 0 102 26 160 65 64
Binary 1010101 11000110 1000100 111001 0 1000010 10110 1110000 110101 110100

Color Harmonies of #55C644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C644

Black with #55C644

Text Example


Text Example

White with #55C644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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