Html Css Color HEX #55C844 Apple

📋 copy color: '#55C844'

red 85 ◦ green 200 ◦ blue 68

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

Shades of Apple #55C844

Tints of Apple #55C844

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.66%

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

R = 24.08%
G = 56.66%
B = 19.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#55C844 (or 0x55C844) is known color: Apple. HEX triplet: 55, C8 and 44. RGB value is (85,200,68). Sum of RGB (Red+Green+Blue) = 85+200+68=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #55C844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C844 is #AA37BB. Grayscale: #969696. Windows color (decimal): -11155388 or 4507733. OLE color: 4507733.

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

Color convert

RGB 85 200 68 -
CMYK 0.58 0 0.66 0.22
HSL 112.27º 0.55% 0.53% -
HSV(B) 112.27º 0.66% 0.78% -
XYZ 25.44 43.66 12.55 -
YUV 150.57 81.4 81.23 -
System Red Green Blue C M Y K H S L
Decimal 85 200 68 0.58 0 0.66 0.22 112.27 0.55 0.53
Hex 55 C8 44 3A 0 42 16 70 37 35
Octal 125 310 104 72 0 102 26 160 67 65
Binary 1010101 11001000 1000100 111010 0 1000010 10110 1110000 110111 110101

Color Harmonies of #55C844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C844

Black with #55C844

Text Example


Text Example

White with #55C844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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