Html Css Color HEX #55D650 Apple

📋 copy color: '#55D650'

red 85 ◦ green 214 ◦ blue 80

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

Shades of Apple #55D650

Tints of Apple #55D650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 22.43%
G = 56.46%
B = 21.11%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#55D650 (or 0x55D650) is known color: Apple. HEX triplet: 55, D6 and 50. RGB value is (85,214,80). Sum of RGB (Red+Green+Blue) = 85+214+80=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #55D650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D650 is #AA29AF. Grayscale: #A0A0A0. Windows color (decimal): -11151792 or 5297749. OLE color: 5297749.

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

Color convert

RGB 85 214 80 -
CMYK 0.60 0 0.63 0.16
HSL 117.76º 0.62% 0.58% -
HSV(B) 117.76º 0.63% 0.84% -
XYZ 29.24 50.6 15.82 -
YUV 160.15 82.76 74.4 -
System Red Green Blue C M Y K H S L
Decimal 85 214 80 0.60 0 0.63 0.16 117.76 0.62 0.58
Hex 55 D6 50 3C 0 3F 10 76 3E 3A
Octal 125 326 120 74 0 77 20 166 76 72
Binary 1010101 11010110 1010000 111100 0 111111 10000 1110110 111110 111010

Color Harmonies of #55D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D650

Black with #55D650

Text Example


Text Example

White with #55D650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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