Html Css Color HEX #55D644 Apple

📋 copy color: '#55D644'

red 85 ◦ green 214 ◦ blue 68

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

Shades of Apple #55D644

Tints of Apple #55D644

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.31%

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

R = 23.16%
G = 58.31%
B = 18.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#55D644 (or 0x55D644) is known color: Apple. HEX triplet: 55, D6 and 44. RGB value is (85,214,68). Sum of RGB (Red+Green+Blue) = 85+214+68=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #55D644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D644 is #AA29BB. Grayscale: #9F9F9F. Windows color (decimal): -11151804 or 4511317. OLE color: 4511317.

HSL color Cylindrical-coordinate representation of color #55D644: hue angle of 113.01º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55D644 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 214 68 -
CMYK 0.60 0 0.68 0.16
HSL 113.01º 0.64% 0.55% -
HSV(B) 113.01º 0.68% 0.84% -
XYZ 28.84 50.44 13.69 -
YUV 158.79 76.76 75.37 -
System Red Green Blue C M Y K H S L
Decimal 85 214 68 0.60 0 0.68 0.16 113.01 0.64 0.55
Hex 55 D6 44 3C 0 44 10 71 40 37
Octal 125 326 104 74 0 104 20 161 100 67
Binary 1010101 11010110 1000100 111100 0 1000100 10000 1110001 1000000 110111

Color Harmonies of #55D644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D644

Black with #55D644

Text Example


Text Example

White with #55D644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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